• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/gawk/0001-no-versioned.patch
Gustavo ZacariasGustavo Zacarias committed df099b50f8e29 Apr 2015
Raw file
Source viewDiff to previous
 
1
Disabled versioned installation of binaries to save space.
2
Also use symlinks where it's appropiate.
3
​
4
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
5
[Gustavo: update for 4.1.2]
6
​
7
diff -Nura gawk-4.1.2.orig/Makefile.in gawk-4.1.2/Makefile.in
8
--- gawk-4.1.2.orig/Makefile.in 2015-04-29 16:11:09.367925925 -0300
9
+++ gawk-4.1.2/Makefile.in  2015-04-29 16:11:25.308466495 -0300
10
@@ -554,7 +554,7 @@
11
 CLEANFILES = core core.*
12
 
13
 # We want hard links for install-exec-hook, below
14
-LN = ln
15
+LN = $(LN_S)
16
 
17
 # For some make's, e.g. OpenBSD, that don't define this
18
 RM = rm -f
19
@@ -1173,6 +1173,7 @@
20
 # (This is done universally, which may not always be right, but
21
 # there's no easy way to distinguish GNU from non-GNU systems.)
22
 install-exec-hook:
23
+foo:
24
    (cd $(DESTDIR)$(bindir); \
25
    $(LN) gawk$(EXEEXT) gawk-$(VERSION)$(EXEEXT) 2>/dev/null ; \
26
    if [ ! -f awk$(EXEEXT) ]; \
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.