* gcc_update (touch_files): Enhance make portability.
From-SVN: r42100
This commit is contained in:
parent
0d30d43586
commit
af22667e53
@ -1,3 +1,7 @@
|
||||
2001-05-14 Loren J. Rittle <ljrittle@acm.org>
|
||||
|
||||
* gcc_update (touch_files): Enhance make portability.
|
||||
|
||||
2001-05-14 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* gcc_update (touch_files): Use a Makefile to touch files.
|
||||
|
@ -108,7 +108,7 @@ touch_files () {
|
||||
files_and_dependencies | sed 's, ,: ,' >> Makefile.$$
|
||||
files_and_dependencies | sed 's, .*, \\,' >> Makefile.$$
|
||||
echo ':' >> Makefile.$$
|
||||
echo ' @for f in $?; do test ! -f $$f && exit 0; done; \' >> Makefile.$$
|
||||
echo ' @for f in $?; do test ! -f $$f && exit 0; true; done; \' >> Makefile.$$
|
||||
echo ' echo Touching $@...; \' >> Makefile.$$
|
||||
echo ' echo Touching $@... 1>&2; \' >> Makefile.$$
|
||||
echo ' touch $@' >> Makefile.$$
|
||||
|
Loading…
Reference in New Issue
Block a user