components/ksh93/Makefile
changeset 909 ec78fc2e4b1d
parent 844 55358dcf0cb2
child 917 c2d902bbacc9
equal deleted inserted replaced
908:a5331e3b6d86 909:ec78fc2e4b1d
   115 # ksh.kshrc needs to be installed with the ksh package
   115 # ksh.kshrc needs to be installed with the ksh package
   116 COMPONENT_POST_INSTALL_ACTION= \
   116 COMPONENT_POST_INSTALL_ACTION= \
   117 	@$(MKDIR) -p $(PROTO_DIR)/etc/; \
   117 	@$(MKDIR) -p $(PROTO_DIR)/etc/; \
   118 	$(CP) ksh.kshrc $(PROTO_DIR)/etc/ 
   118 	$(CP) ksh.kshrc $(PROTO_DIR)/etc/ 
   119 
   119 
   120 # Packaging information
   120 # Packaging information.
       
   121 # Note how the AT&T "version letter symbol date" code is translated 
       
   122 # into the IPS version number:
       
   123 # 
       
   124 # shell/ksh93@93.<letter representation>.<0 or 1>.<yymmdd>
       
   125 #
       
   126 # <letter representation> is the numeric place in the alphabet of the 
       
   127 # major version letter.
       
   128 # 
       
   129 # <0 or 1> is the presence or absence of the "+" symbol in the AT&T
       
   130 # version code. The "+" represents a point/bugfix release and would appear as
       
   131 # "93<version letter>+" in the human readable form.
       
   132 #
       
   133 # EXAMPLE:
       
   134 # AT&T Version string: 93u+ 2011-02-08
       
   135 # IPS Version number: 93.21.1.20110208
       
   136 #
   121 IPS_PKG_NAME= ksh93
   137 IPS_PKG_NAME= ksh93
   122 IPS_COMPONENT_VERSION= 20110208
   138 IPS_COMPONENT_VERSION= 93.21.0.20110208
       
   139 IPS_HUMAN_VERSION= "93u 2011-02-08"
   123 
   140 
   124 # common targets
   141 # common targets
   125 build:		$(BUILD_32_and_64)
   142 build:		$(BUILD_32_and_64)
   126 	
   143 	
   127 install:	$(INSTALL_32_and_64)	
   144 install:	$(INSTALL_32_and_64)