mirror of git://sourceware.org/git/glibc.git
Update.
* scripts: New directory. * =__ify: Moved to scripts. * Rules: Unconfuse syntax highlighting with a fake comment.
This commit is contained in:
parent
a05977f859
commit
b1bcab53d6
|
@ -15,8 +15,8 @@
|
||||||
* autolock.sh: Removed.
|
* autolock.sh: Removed.
|
||||||
* manual/move-if-change: Removed.
|
* manual/move-if-change: Removed.
|
||||||
|
|
||||||
* scripts: new directory.
|
* scripts: New directory.
|
||||||
* =__ify: moved to scripts.
|
* =__ify: Moved to scripts.
|
||||||
* config.guess: Likewise.
|
* config.guess: Likewise.
|
||||||
* config.sub: Likewise.
|
* config.sub: Likewise.
|
||||||
* gen-FAQ.pl: Likewise.
|
* gen-FAQ.pl: Likewise.
|
||||||
|
@ -65,10 +65,7 @@
|
||||||
* munch.awk: Likewise.
|
* munch.awk: Likewise.
|
||||||
* version.c: Likewise.
|
* version.c: Likewise.
|
||||||
|
|
||||||
* Makeconfig: Add emacs mode marker.
|
* Rules: Unconfuse syntax highlighting with a fake comment.
|
||||||
* Makerules: Likewise.
|
|
||||||
* Rules: Likewise, and also unconfuse syntax highlighting with
|
|
||||||
a fake comment.
|
|
||||||
|
|
||||||
1998-05-08 Ulrich Drepper <drepper@cygnus.com>
|
1998-05-08 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
|
|
|
@ -795,7 +795,3 @@ $(common-objpfx)sysd-dirs: $(common-objpfx)config.make $(all-Subdirs-files)
|
||||||
mv -f $@-tmp $@
|
mv -f $@-tmp $@
|
||||||
|
|
||||||
endif # Makeconfig not yet included
|
endif # Makeconfig not yet included
|
||||||
|
|
||||||
# Local Variables:
|
|
||||||
# mode: makefile
|
|
||||||
# End:
|
|
||||||
|
|
|
@ -974,7 +974,3 @@ ifeq ($(with-cvs),yes)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Local Variables:
|
|
||||||
# mode: makefile
|
|
||||||
# End:
|
|
||||||
|
|
Loading…
Reference in New Issue