mirror of
https://github.com/mirror/make.git
synced 2025-01-30 14:20:14 +08:00
(stamp-glob): Remove $(globfiles), not the whole glob directory.
This commit is contained in:
parent
cbfc50cb51
commit
28b622b8a1
@ -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 $@
|
||||
|
Loading…
Reference in New Issue
Block a user