Changeset 0e136be in rtems
- Timestamp:
- 04/13/00 13:47:28 (24 years ago)
- Children:
- 48e40a3
- Parents:
- e0d1ba5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
bootstrap
re0d1ba5 r0e136be 77 77 aclocal -I $aclocal_dir; 78 78 autoconf; 79 test -n "`grep CONFIG_HEADER configure.in`" && autoheader ; 79 80 test -f Makefile.am && automake $verbose ; 80 test -n "`grep CONFIG_HEADER configure.in`" && autoheader ;81 81 test -f Makefile.am && test -n "`grep 'stamp-h\.in' Makefile.in`" \ 82 82 && echo timestamp > stamp-h.in -
make/host.cfg.in
re0d1ba5 r0e136be 20 20 21 21 CAT=cat 22 RM=@RM@ -f22 ## RM=@RM@ -f 23 23 CP=@CP@ 24 24 MV=@MV@
Note: See TracChangeset
for help on using the changeset viewer.