Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-09 | gbuild: remove gb_Helper_abbreviate_dirs_native | Matúš Kukan | |
Change-Id: I0a3ad6553692fc21eaf96cf35e9c343b4d716c21 | |||
2012-03-08 | gbuild: fix mkdir optimization with make 3.81 | Michael 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-05 | gbuild: do not call mkdir -p in gb_Deliver__deliver | Matúš Kukan | |
Rather create new order-only dependencies on directories where targets should be delivered. On cygwin this is much faster. | |||
2012-02-19 | gbuild: Zip: allow to add command line options when zipping | Matúš Kukan | |
2012-02-19 | gbuild: Zip: clean properly all created targets on 'make clean' | Matúš Kukan | |
2011-10-01 | adjust Zip.mk so we can copy files from other places to workdir and pack them | Matúš Kukan | |
2011-09-15 | work silently for make -s | David Tardon | |
2011-09-15 | allow to specify additional deps for zip target | David Tardon | |
2011-09-09 | announce building of zip archives | David Tardon | |
2011-08-10 | prefer makefile-gmake-mode to plain makefile-mode | Takeshi Abe | |
2011-07-26 | Add Emacs mode lines and a few missing vim ones | Tor Lillqvist | |
2011-07-25 | Use --filesync instead of -FS as the zip option. | Jan Holesovsky | |
2011-07-22 | postmerge fixes for gnumake4 | Bjoern Michaelsen | |
2011-06-16 | CWS gnumake4: use pattern rules for zip and jar | Mathias Bauer | |
2011-06-16 | CWS gnumake4: some improvements for zip+jar, documentation | Mathias Bauer | |
2011-06-16 | CWS gnumake4: add support for zip and jar files | Mathias Bauer | |