]> git.pld-linux.org Git - packages/gawk.git/commitdiff
- parallel make friendly
authorjuandon <witekfl@pld-linux.org>
Sun, 2 Mar 2003 18:25:27 +0000 (18:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gawk-pmake.patch -> 1.1

gawk-pmake.patch [new file with mode: 0644]

diff --git a/gawk-pmake.patch b/gawk-pmake.patch
new file mode 100644 (file)
index 0000000..422f1d2
--- /dev/null
@@ -0,0 +1,19 @@
+--- gawk-3.1.1/awklib/Makefile.am      Wed Apr 17 12:20:19 2002
++++ gawk-3.1.1.new/awklib/Makefile.am  Sun Mar  2 09:13:20 2003
+@@ -63,13 +63,13 @@
+ grcat$(EXEEXT): $(srcdir)/eg/lib/grcat.c
+       $(CC) $(CFLAGS) $(srcdir)/eg/lib/grcat.c $(LDFLAGS) -o $@
+-igawk: $(srcdir)/eg/prog/igawk.sh
++igawk: stamp-eg
+       cp $(srcdir)/eg/prog/igawk.sh $@ ; chmod 755 $@
+-passwd.awk: $(srcdir)/eg/lib/passwdawk.in
++passwd.awk: stamp-eg
+       (cd $(srcdir)/eg/lib ; \
+       sed 's;/usr/local/libexec/awk;$(libexecdir);' < passwdawk.in) > passwd.awk
+-group.awk: $(srcdir)/eg/lib/groupawk.in
++group.awk: stamp-eg
+       (cd $(srcdir)/eg/lib ; \
+       sed 's;/usr/local/libexec/awk;$(libexecdir);' < groupawk.in) > group.awk
This page took 0.113876 seconds and 4 git commands to generate.