- Timestamp:
- May 24, 2016 11:59:30 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/db/Makefile.kmk
r56295 r61181 25 25 # 26 26 27 28 # Need proper shell on windows. 29 DEPTH = ../../../../.. 30 include $(KBUILD_PATH)/header.kmk 31 32 27 33 GENERATED_FILES = TestManagerDatabaseComments.pgsql 28 34 PSQL := $(firstword $(which $(foreach pgver, 92 91 90,psql$(pgver)) ) psql) … … 36 42 37 43 TestManagerDatabaseComments.pgsql: TestManagerDatabaseInit.pgsql gen-sql-comments.py 38 LC_ALL=C pythongen-sql-comments.py $< > $@44 LC_ALL=C $(VBOX_BLD_PYTHON) gen-sql-comments.py $< > $@ 39 45 40 46
Note:
See TracChangeset
for help on using the changeset viewer.