Changeset 195
Legend:
- Unmodified
- Added
- Removed
-
trunk/BUILD.NFO
r190 r195 30 30 ----------------------- 31 31 Builds the whole shebang. 32 Stuff is put in the 'release' directo y.32 Stuff is put in the 'release' directory. 33 33 34 34 … … 52 52 53 53 54 Ben Rietbroek, 54 Ben Rietbroek <rousseau.os2dev@gmx.com>, 55 55 56 AiR-BOOT maintainer. -
trunk/Makefile
r189 r195 153 153 154 154 # ----------------------------------------------------------------------------- 155 # SHOW LICENSE155 # SHOW DISTRIBUTION LICENSE 156 156 # ----------------------------------------------------------------------------- 157 157 license: .SYMBOLIC … … 163 163 @cls 164 164 @type COPYING | more 165 @echo. 166 @pause 167 !endif 168 169 170 171 # ----------------------------------------------------------------------------- 172 # SHOW RELEASE HISTORY 173 # ----------------------------------------------------------------------------- 174 history: .SYMBOLIC 175 !ifdef __LINUX__ 176 @clear 177 @less air-boot.his 178 @echo 179 !else 180 @cls 181 @type air-boot.his | more 165 182 @echo. 166 183 @pause -
trunk/air-boot.gmk
r189 r195 64 64 @echo 65 65 66 # Show release history 67 history: 68 $(info ) 69 $(info [$@]) 70 @less air-boot.his 71 @echo 72 66 73 # 67 74 # Open Watcom Environment -
trunk/fc.mnu
r189 r195 6 6 wmake -h info 7 7 8 -: ------------- 8 -: ------------------------- 9 9 10 10 B: Build … … 17 17 wmake -h clean 18 18 19 -: ------------- 19 -: ------------------------- 20 20 21 L: Show License 21 H: Show Release History 22 wmake -h history 23 24 L: Show Distribution License 22 25 wmake -h license -
trunk/fcl.mnu
r189 r195 6 6 make info USE_GNU_MAKE=y 7 7 8 -: ------------- 8 -: ------------------------- 9 9 10 10 B: Build … … 17 17 make clean USE_GNU_MAKE=y 18 18 19 -: ------------- 19 -: ------------------------- 20 21 H: Show Release History 22 make history USE_GNU_MAKE=y 23 24 L: Show Distribution License 25 make license USE_GNU_MAKE=y 26 27 -: ------------------------- 20 28 21 29 S: Git Status 22 30 git status 23 24 L: Show License25 make license USE_GNU_MAKE=y
Note:
See TracChangeset
for help on using the changeset viewer.