mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-18 21:13:56 +01:00
make: Prefix BUILD_ to a couple of makefile variables
Rename variables to avoid collision: OBJ -> BUILD_OBJ INCLUDE -> BUILD_INCLUDE LIBFLAGS -> BUILD_LIBFLAGS LPPFLAGS -> BUILD_LPPFLAGS Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
d3c5b11923
commit
17a080138c
8 changed files with 64 additions and 64 deletions
|
|
@ -186,7 +186,7 @@ list-files:
|
|||
xargs -0 realpath ;\
|
||||
done
|
||||
$(TEXT_FILES_CACHE):
|
||||
@make text-files-update
|
||||
@make -s text-files-update
|
||||
text-files-update:
|
||||
@make -s --no-print-directory list-files | xargs file -N | grep ":.*text" | cut -d: -f1 > $(TEXT_FILES_CACHE).tmp
|
||||
mv $(TEXT_FILES_CACHE).tmp $(TEXT_FILES_CACHE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue