mirror of
https://github.com/mirror/make.git
synced 2025-02-07 18:20:38 +08:00
Formerly GNUmakefile.~89~
This commit is contained in:
parent
fae8065d7f
commit
4694e3fe2e
@ -182,9 +182,8 @@ tests:# $(testdir)/run_make_tests.pl $(prog)
|
||||
|
||||
build.sh.in: build.template
|
||||
sed -e 's@%objs%@$(filter-out $(GLOB) $(ALLOCA) $(extras),\
|
||||
$(patsubst $(archpfx)%,%,$(objs)))@' \
|
||||
-e 's@%globobjs%@$(patsubst %.c,%.o,\
|
||||
$(filter %.c,$(notdir $(globfiles))))@' \
|
||||
$(patsubst $(archpfx)%,%,$(objs)))\
|
||||
$(patsubst %.c,%.o,$(filter %.c,$(globfiles)))@' \
|
||||
$< > $@.new
|
||||
mv -f $@.new $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user