mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-12 14:21:18 +08:00
Fix a typo, add force-tag
This commit is contained in:
parent
3c7dae119e
commit
be221e8df9
@ -71,6 +71,9 @@ endif
|
||||
tag: glibc.spec
|
||||
cd ..; cvs -Q tag -c $(tag-prefix)$(spec-tag)
|
||||
|
||||
force-tag: glibc.spec
|
||||
cd ..; cvs -Q tag -F -c $(tag-prefix)$(spec-tag)
|
||||
|
||||
# Note this rule assumes that your working directory (..) is up to date.
|
||||
$(tar-name)-$(glibc-branch).patch: makepatch.awk glibc.spec \
|
||||
../ChangeLog ../*/ChangeLog
|
||||
@ -88,7 +91,7 @@ $(tar-name)-$(glibc-branch)-$(snapshot-name).tar.bz2: Makefile branch.mk \
|
||||
../ChangeLog \
|
||||
../*/ChangeLog
|
||||
@rm -rf libc
|
||||
cvs -Q export $(select-release) $(addprefix libc/,$(outside-patch)) \
|
||||
cvs -Q export $(select-release) $(addprefix libc/,$(outside-patch))
|
||||
tar cf - -C libc $(outside-patch) | bzip2 -9 > $@.new
|
||||
rm -rf libc
|
||||
mv -f $@.new $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user