]> git.pld-linux.org Git - packages/make.git/commitdiff
- make-expand-tilde.patch: add ~ to characters which let make pass the
authorqrczak <qrczak@pld-linux.org>
Sun, 26 May 2002 13:29:13 +0000 (13:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  command to the shell instead of trying to executing it itself, because
  make doesn't expand it itself there.
- Release 14.

Changed files:
    make-expand-tilde.patch -> 1.1
    make.spec -> 1.43

make-expand-tilde.patch [new file with mode: 0644]
make.spec

diff --git a/make-expand-tilde.patch b/make-expand-tilde.patch
new file mode 100644 (file)
index 0000000..e96bc1c
--- /dev/null
@@ -0,0 +1,11 @@
+--- make-3.79.1/job.c~ Fri Jun 23 17:54:56 2000
++++ make-3.79.1/job.c  Sun May 26 15:23:20 2002
+@@ -2421,7 +2421,7 @@
+   char*  sh_chars;
+   char** sh_cmds;
+ #else  /* WINDOWS32 */
+-  static char sh_chars[] = "#;\"*?[]&|<>(){}$`^";
++  static char sh_chars[] = "#;\"*?[]&|<>(){}$`^~";
+   static char *sh_cmds[] = { "cd", "eval", "exec", "exit", "login",
+                            "logout", "set", "umask", "wait", "while", "for",
+                            "case", "if", ":", ".", "break", "continue",
index 7cea3bd0a67ba3db0813e8ed1f2ebff03927fdc8..a2cc350963c38e370f85c02190a7d26fb7f17b78 100644 (file)
--- a/make.spec
+++ b/make.spec
@@ -5,7 +5,7 @@ Summary(pl):    GNU Make
 Summary(tr):   GNU Make
 Name:          make
 Version:       3.79.1
-Release:       13
+Release:       14
 Epoch:         1
 License:       GPL
 Group:         Development/Building
@@ -15,6 +15,7 @@ Patch0:               %{name}-info.patch
 Patch1:                %{name}-noclock_gettime.patch
 Patch2:                %{name}-pl.po.patch
 Patch3:                %{name}-ac250.patch
+Patch4:                %{name}-expand-tilde.patch
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -63,6 +64,7 @@ derleyerek zaman yitirilmesini 
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 rm missing
This page took 0.031382 seconds and 4 git commands to generate.