projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbfc50c
)
(stamp-glob): Remove $(globfiles), not the whole glob directory.
author
Roland McGrath
<roland@redhat.com>
Mon, 13 Mar 1995 05:51:44 +0000
(
05:51
+0000)
committer
Roland McGrath
<roland@redhat.com>
Mon, 13 Mar 1995 05:51:44 +0000
(
05:51
+0000)
GNUmakefile
patch
|
blob
|
history
diff --git
a/GNUmakefile
b/GNUmakefile
index ea22dd93511317b71784eb7a23f3e52c6702eae8..6cd76bfcc87497a6684aeeae0b56d3dfa8bc7314 100644
(file)
--- a/
GNUmakefile
+++ b/
GNUmakefile
@@
-155,7
+155,7
@@
globfiles = $(addprefix glob/,COPYING.LIB configure.in configure Makefile.in \
configure.bat glob.c fnmatch.c glob.h fnmatch.h)
$(globfiles): stamp-glob ;
stamp-glob: /home/gd/gnu/libc/posix/glob.tar
- -rm -
rf glob
+ -rm -
f $(globfiles)
tar xvf $< glob
cvs commit -m'Updated from libc' glob
touch $@