------------------------------------------------------------ revno: 4307 committer: Bob Jolliffe [email protected] branch nick: dhis2 timestamp: Mon 2011-08-15 17:03:12 +0100 message: mydatamart: made linux-exe in target directory, consistent with win-exe modified: tools/datamart/Makefile
-- lp:dhis2 https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk Your team DHIS 2 developers is subscribed to branch lp:dhis2. To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'tools/datamart/Makefile' --- tools/datamart/Makefile 2011-08-15 15:50:13 +0000 +++ tools/datamart/Makefile 2011-08-15 16:03:12 +0000 @@ -13,9 +13,9 @@ rm -rf mydatamart.vfs/libext/sqlite* mydatamart.vfs/libext/tls* cp -r linux/libext mydatamart.vfs cp $(TCLKITSH_LINUX) ./tclkit-linux - $(TCLKITSH_LINUX) runtime/sdx.kit wrap mydatamart.kit - $(TCLKITSH_LINUX) runtime/sdx.kit wrap mydatamart -runtime ./tclkit-linux - chmod +x mydatamart + $(TCLKITSH_LINUX) runtime/sdx.kit wrap target/mydatamart.kit + $(TCLKITSH_LINUX) runtime/sdx.kit wrap target/mydatamart -runtime ./tclkit-linux + chmod +x target/mydatamart rm ./tclkit-linux test:
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

