summaryrefslogtreecommitdiff
path: root/solenv/gbuild/Zip.mk
AgeCommit message (Collapse)Author
2012-05-09gbuild: remove gb_Helper_abbreviate_dirs_nativeMatúš Kukan
Change-Id: I0a3ad6553692fc21eaf96cf35e9c343b4d716c21
2012-03-08gbuild: fix mkdir optimization with make 3.81Michael Stahl
The problem is that make 3.81 does not match pattern rules whose target ends with '/' against directories. (regression from 408822b54724f8170a1296ddd67e50d8291c8ee1, 90491a073c5b5faee782ad5eab63276fda2342e6) So use a fake file ".dir" in the respective directory, and try not to spawn unnecessary mkdir processes by checking for existence via realpath. This is all quite ugly and should be reverted once support for make 3.81 is dropped. Also, fix a pre-existing problem of pattern rules with multiple targets that used to work by accident in Package.mk.
2012-03-05gbuild: do not call mkdir -p in gb_Deliver__deliverMatúš Kukan
Rather create new order-only dependencies on directories where targets should be delivered. On cygwin this is much faster.
2012-02-19gbuild: Zip: allow to add command line options when zippingMatúš Kukan
2012-02-19gbuild: Zip: clean properly all created targets on 'make clean'Matúš Kukan
2011-10-01adjust Zip.mk so we can copy files from other places to workdir and pack themMatúš Kukan
2011-09-15work silently for make -sDavid Tardon
2011-09-15allow to specify additional deps for zip targetDavid Tardon
2011-09-09announce building of zip archivesDavid Tardon
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-07-26Add Emacs mode lines and a few missing vim onesTor Lillqvist
2011-07-25Use --filesync instead of -FS as the zip option.Jan Holesovsky
2011-07-22postmerge fixes for gnumake4Bjoern Michaelsen
2011-06-16CWS gnumake4: use pattern rules for zip and jarMathias Bauer
2011-06-16CWS gnumake4: some improvements for zip+jar, documentationMathias Bauer
2011-06-16CWS gnumake4: add support for zip and jar filesMathias Bauer