summaryrefslogtreecommitdiff
path: root/solenv/gbuild/AllLangResTarget.mk
AgeCommit message (Collapse)Author
2012-04-09add gb_SrsTarget_use_packagesDavid Tardon
2012-03-10gbuild: remove some more realpathsMatúš Kukan
Where necessary, replace with wildcard, what does not change path.
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan
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-03-02translations converted to gbuildMatúš Kukan
2012-02-08Properly rebuild files generated by l10ntools programsStephan Bergmann
(Changing the corresponding build-order-only dependencies to proper ones should be safe here, as all mentions of $^ are within $(filter) calls.)
2012-01-15Galaxy (default) icon theme is now in icon-themes/galaxyStefan Knorr (astron)
2011-12-22add some explanation for gb_SrsTemplateTargetDavid Tardon
2011-12-22use the same dir structure for images as sc and swDavid Tardon
2011-11-08factorize RSCTARGET,RSCOMMANd out of platform, and __command_dep in com_GCCNorbert Thiebaud
2011-11-05gbuild: clean up pointless proliferation of PRECOMMANDs, all alikeMichael Stahl
2011-10-21gbuild should use SRCDIR as per GNU make conventionsBjoern Michaelsen
2011-10-21kill multi repo support: AllLangResTargetBjoern Michaelsen
2011-09-09avoid the need for calling eval hereDavid 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-06-21Use gb_Executable_get_target_for_build for transex3Tor Lillqvist
2011-06-18ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau
2011-05-03do not announce if there is nothing to doDavid Tardon
2011-05-03these targets are impl. details--do not announceDavid Tardon
2011-04-21sd has some images in imagelst subdir...David Tardon
2011-04-17add support for resource templatesDavid Tardon
That is, resource files containing localizable data that are included from other resource files. They have filenames like foo_tmpl.hrc (sometimes foo_tmpl.src) and are included as foo.hrc . They were handled by listing them in LOCALIZE_ME variable in the old build system.
2011-03-27adding a comment documenting AllLangResTarget.mkBjoern Michaelsen
2011-03-27fix regression introduced with 37705446d2eec207d9e0e3d39997792229fb8b1fBjoern Michaelsen
* l10n should now work again (thanks timar for the hint)
2011-03-26Revert "for l10n, we should actually use the merged files"Andras Timar
This reverts commit 58c163ab45d0cf7684a6a5feb0ec0076015bea3f.
2011-03-26for l10n, we should actually use the merged filesBjoern Michaelsen
2011-03-25search localized strings in the new "translations" module also by GNU makePetr Mladek
2011-03-25Some realpath foo to build resource filesFridrich Štrba
2011-03-17Add realpath callsTor Lillqvist
This avoids passing pathnames containing symlinks to non-Cygwin programs. Calling realpath here hopefully means that we don't need to explicitly expand the pathnames for the src files listed in the */AllLangResTarget_*.mk files.
2011-03-12use SRCDIR intead of the completely unset LOCDIRNorbert Thiebaud
2011-03-11Spaces -> tabs in gbuild, GNU make does not like spaces ;-)Jan Holesovsky
2011-02-21masterfix DEV300: #i10000# removed one hard depIvo Hinkelmann
2011-02-17CWS-TOOLING: integrate CWS l10nmoveIvo Hinkelmann
2011-02-01l10nmove: #i116586# Move l10n module into own repositoryIvo Hinkelmann
2011-01-31gnumake3: #i116711#: clean up tempfile creation: use $TMPDIR instead of workdirMichael Stahl
2011-01-27CWS gnumake3: fix build breakage caused by missing sdf files for localized ↵Mathias Bauer
builds; fix localization of globlmn.hrc
2011-01-25CWS gnumake3: fix license headersMathias Bauer
2011-01-19gnumake3: #i116265# support WITH_LANG=ALLHans-Joachim Lankenau
2011-01-19gnumake3: mergeing changes from DEV300_m97, fixing jars for svl complex ↵Bjoern Michaelsen
test, deliver globlmn.hrc for now, adding component registration for svx libraries, still misses gengal and friends when packing
2011-01-17gnumake3: fixing broken AllLangResTarget.mkBjoern Michaelsen
2011-01-15gnumake3: reducing differences between platform filesBjoern Michaelsen
2011-01-06ause129: #i116298# move toolkit imagesHans-Joachim Lankenau
2011-01-04ause129: #i116298# add some flexibility to source and destinationHans-Joachim Lankenau
2010-12-20#i10000# find librariesHans-Joachim Lankenau
2010-11-21gnumake2: cleaned up module registrationBjoern Michaelsen
2010-11-21gnumake2: gbuild file permissionsBjoern Michaelsen
2010-11-19gnumake2: first implementation of deliver.log generationBjoern Michaelsen
2010-11-14gnumake2: posh outputBjoern Michaelsen
2010-11-12gnumake2: lib name cleanupBjoern Michaelsen