build-aux/Makefile.am: .{PRECIOUS=>SECONDARY}
This will keep the intermediate files around but will still delete them on build failure. * build-aux/Makefile.am (.SECONDARY): Renamed from `.PRECIOUS'.master
parent
4442a3a3c2
commit
dc1d8036d6
|
@ -73,7 +73,7 @@ SHELL = /bin/bash -O extglob
|
|||
# these files will never be deleted when Make considers them to be intermediate
|
||||
# (e.g. when building summary pages), since they are still needed or take a
|
||||
# while to build
|
||||
.PRECIOUS: %.js %.xml %.xmle %.xmlo
|
||||
.SECONDARY: %.js %.xml %.xmle %.xmlo
|
||||
|
||||
all: program-data-copy
|
||||
|
||||
|
|
Loading…
Reference in New Issue