Changeset 907ef1f6 in rtems
- Timestamp:
- May 1, 2002, 11:14:32 PM (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 85c92574
- Parents:
- 4619da9
- Location:
- tools/build
- Files:
-
- 2 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/build/.cvsignore
r4619da9 r907ef1f6 14 14 install-if-change 15 15 install-sh 16 lock-directory17 16 missing 18 17 mkinstalldirs 19 18 stamp-h.in 20 unlock-directory -
tools/build/ChangeLog
r4619da9 r907ef1f6 1 2002-05-01 Joel Sherrill <joel@OARcorp.com> 2 3 * lock-directory.in, unlock-directory.in: Removed. 4 * Makefile.am, README, .cvsignore: Updated to reflect above. 5 1 6 2002-04-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
tools/build/Makefile.am
r4619da9 r907ef1f6 15 15 binpatch_SOURCES = binpatch.c 16 16 17 bin_SCRIPTS = install-if-change lock-directory unlock-directory17 bin_SCRIPTS = install-if-change 18 18 19 19 noinst_SCRIPTS = search-id.sh multigen -
tools/build/README
r4619da9 r907ef1f6 4 4 5 5 Misc. support tools for RTEMS workspaces. 6 More will be added later as they are converted from Teamware7 to CVS.8 6 9 7 install-if-change … … 11 9 installs (suffixes used for debug and profile variants). 12 10 Requires bash or ksh. 13 14 rcs-clean15 deletes all files from the current directory that can be16 re-created from RCS. Careful to not delete locked files.17 May be used by 'gmake clobber'18 19 lock-directory20 unlock-directory21 traverse a directory structure making it unwritable.22 Useful to keep people from accidentally overwriting23 "released" trees if they get confused about which24 module they have loaded. -
tools/build/configure.ac
r4619da9 r907ef1f6 24 24 AC_CONFIG_FILES([Makefile 25 25 install-if-change 26 lock-directory27 unlock-directory28 26 ]) 29 27 AC_OUTPUT
Note: See TracChangeset
for help on using the changeset viewer.