INTEGRATION: CWS sysui05 (1.7.12); FILE MERGED

2005/02/21 14:55:45 obr 1.7.12.1: #i33761# CDE desktop integration no longer uses a binary for codeset conversions
This commit is contained in:
Vladimir Glazounov 2005-03-08 14:39:01 +00:00
parent 12f3b7e192
commit 47838389cb

View file

@ -162,10 +162,18 @@ $(MISC)/$(TARGET)/pkginfo : $$(@:f) ../productversion.mk
@$(MKDIRHIER) $(@:d)
@cat $(@:f) | tr -d "\015" | sed -e "s/%PRODUCTNAME/$(LONGPRODUCTNAME)/g" > $@
# --- space, prototype, postinstall & mailcap --------------------
# --- prototype ---------------------------------------------------
# Copy the prototype file to $(MISC)
$(MISC)/$(TARGET)/{space prototype postinstall mailcap} : $$(@:f) ../productversion.mk
$(MISC)/$(TARGET)/prototype : $$(@:f) ../productversion.mk $(MISC)/cde/$(UNIXFILENAME).flag
@$(MKDIRHIER) $(@:d)
@cat $(@:f) | tr -d "\015" | sed -e "s/%PREFIX/$(UNIXFILENAME)/g" -e "s_%SOURCE_$(MISC)/$(TARGET)_g" > $@
@pkgproto $(MISC)/cde/types=usr/dt/appconfig/types | awk '{ printf "%s %s %s 0%d%d root bin\n",$$1, $$2, $$3, $$4/100, $$4%10*11 }' >> $@
# --- space, postinstall & mailcap ---------------------------------
# Copy the prototype file to $(MISC)
$(MISC)/$(TARGET)/{space postinstall mailcap} : $$(@:f) ../productversion.mk
@$(MKDIRHIER) $(@:d)
@cat $(@:f) | tr -d "\015" | sed -e "s/%PREFIX/$(UNIXFILENAME)/g" -e "s_%SOURCE_$(MISC)/$(TARGET)_g" > $@