Kaydet (Commit) ad23c54c authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS ause074 (1.9.8); FILE MERGED

2007/02/02 11:12:22 hjs 1.9.8.1: #i74085# avoid useless shell calls
üst 9e1d887a
......@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.9 $
# $Revision: 1.10 $
#
# last change: $Author: obo $ $Date: 2007-01-25 15:27:18 $
# last change: $Author: vg $ $Date: 2007-02-06 14:07:11 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
......@@ -57,10 +57,10 @@ ALLTAR : $(INCCOM)$/langmacros.inc $(INCCOM)$/images.inc
.PHONY $(INCCOM)$/langmacros.inc:
@echo ------------------------------
@echo Making: $@
-$(RENAME) $@ $@.tmp >& $(NULLDEV)
@@-$(RENAME) $@ $@.tmp
$(PERL) macro.pl -o $@.tmp && $(RENAME:s/+//) $@.tmp $@
.PHONY $(INCCOM)$/images.inc:
-$(RENAME) $@ $@.tmp >& $(NULLDEV)
@@-$(RENAME) $@ $@.tmp
$(PERL) -w images.pl -o $@.tmp && $(RENAME:s/+//) $@.tmp $@
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment