diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-07-18 07:01:14 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-07-18 07:01:14 +0000 |
commit | 23313e5cff4c02b006dd487e68b9e2ce5f9c1289 (patch) | |
tree | 33c9cdcbab5ac02f56f4de4749384d7c2977a6ae /solenv/inc/target.mk | |
parent | 7672629a6adc1e5e3ec35a3a400f0e8b5aeb6f1d (diff) |
INTEGRATION: CWS ause082 (1.196.74); FILE MERGED
2007/07/16 13:54:33 hjs 1.196.74.3: i78434# give some hints on missing delzip
2007/07/10 10:01:32 hjs 1.196.74.2: RESYNC: (1.196-1.199); FILE MERGED
2007/07/06 10:36:21 hjs 1.196.74.1: #i78434# no more generated fallback delzip
Diffstat (limited to 'solenv/inc/target.mk')
-rw-r--r-- | solenv/inc/target.mk | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/solenv/inc/target.mk b/solenv/inc/target.mk index 0898f6d2c5f6..f38ca6660596 100644 --- a/solenv/inc/target.mk +++ b/solenv/inc/target.mk @@ -4,9 +4,9 @@ # # $RCSfile: target.mk,v $ # -# $Revision: 1.200 $ +# $Revision: 1.201 $ # -# last change: $Author: obo $ $Date: 2007-07-17 14:27:45 $ +# last change: $Author: obo $ $Date: 2007-07-18 08:01:14 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -1967,7 +1967,11 @@ ZIPALLTARGET: #temporary workaround for non-existing delzip in extras delzip: - echo > $@ + @echo + @echo ERROR: ZIPnTARGETS need a file named "delzip" to exist beside their makefile.mk + @echo ERROR: Create an empty file named delzip and commit it + @echo ERROR: for details see #i78434# + force_dmake_to_error .IF "$(make_srs_deps)"=="" $(MISC)$/$(TARGET).dpr : $(SRCFILES) $(SRC1FILES) $(SRC2FILES) $(SRC3FILES) |