Changeset 965dc18 in mainline for boot/arch/sparc64/Makefile.inc
- Timestamp:
- 2008-12-05T19:59:03Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 49093a4
- Parents:
- 0258e67
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/sparc64/Makefile.inc
r0258e67 r965dc18 29 29 TMP = distroot 30 30 31 ifeq ($(CONFIG_AOUT_ISOFS_B),n) 32 SILO_PACKAGE=silo.patched.tar.gz 33 endif 34 35 ifeq ($(CONFIG_AOUT_ISOFS_B),y) 36 SILO_PACKAGE=silo.tar.gz 37 endif 38 31 39 build: $(BASE)/image.iso 32 40 … … 40 48 mkdir -p $(TMP)/boot 41 49 mkdir -p $(TMP)/HelenOS 42 cat arch/$(ARCH)/silo/ silo.tar.gz| (cd $(TMP)/boot; tar xvfz -)50 cat arch/$(ARCH)/silo/$(SILO_PACKAGE) | (cd $(TMP)/boot; tar xvfz -) 43 51 cp arch/$(ARCH)/silo/README arch/$(ARCH)/silo/COPYING $(TMP)/boot 44 52 cat arch/$(ARCH)/silo/silo.conf | $(SILO_CONF_FILTER) >$(TMP)/boot/silo.conf
Note:
See TracChangeset
for help on using the changeset viewer.