Changeset 1753
- Timestamp:
- 12/03/06 23:45:16 (2 years ago)
- Files:
-
- 1 modified
-
branches/6.2/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.2/Makefile
r1749 r1753 170 170 $(LFSSRC) $(MP)$(LFSSRC) $(SRC) $(MP)$(SRC) $(MKTREE) 171 171 @cp $(ROOT)/scripts/unpack $(WD)/bin 172 @ su - lfs -c "$(lfsenv) '$(lfsbash) && $(MAKE) tools'"172 @make maybe-tools 173 173 @touch $(PKG)/wget/.pass2 174 174 @install -m644 -oroot -groot $(ROOT)/etc/{group,passwd} $(MP)/etc … … 213 213 @make -C $(PKG)/wget prebuild 214 214 @touch $@ 215 216 maybe-tools: 217 @if [ -f tools.tar.bz2 ] ; then \ 218 tar -C .. -jxpf tools.tar.bz2 ; \ 219 else \ 220 su - lfs -c "$(lfsenv) '$(lfsbash) && $(MAKE) tools'" ; \ 221 tar -C .. -jcpf tools.tar.bz2 tools ; \ 222 fi 215 223 216 224 tools: pre-which pre-wget lfs-binutils-pass1 lfs-gcc-pass1 \
