Changeset 5a4fef9 in mainline for boot/arch/ppc32/Makefile.inc
- Timestamp:
- 2009-11-16T21:24:28Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 18baf9c0
- Parents:
- 5f678b1c (diff), 9c70ed6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ppc32/Makefile.inc
r5f678b1c r5a4fef9 31 31 build: $(BASE)/image.iso 32 32 33 $(BASE)/image.iso: dependarch/$(BARCH)/loader/image.boot33 $(BASE)/image.iso: arch/$(BARCH)/loader/image.boot 34 34 mkdir -p $(TMP)/boot 35 35 mkdir -p $(TMP)/ppc … … 41 41 mkisofs -hfs -part -map arch/$(BARCH)/yaboot/maps -no-desktop -hfs-volid "HelenOS" -hfs-bless $(TMP)/boot -r -o $@ $(TMP)/ 42 42 43 depend:44 -rm arch/$(BARCH)/loader/image.boot45 46 43 arch/$(BARCH)/loader/image.boot: 47 $(MAKE) -C arch/$(BARCH)/loader COMPILER=$(COMPILER) KERNELDIR=../../../$(KERNELDIR) USPACEDIR=../../../$(USPACEDIR)44 $(MAKE) -C arch/$(BARCH)/loader 48 45 49 46 clean: generic_clean 50 $(MAKE) -C arch/$(BARCH)/loader clean COMPILER=$(COMPILER) KERNELDIR=../../../$(KERNELDIR) USPACEDIR=../../../$(USPACEDIR)51 -rm -fr $(TMP)52 -rm -f $(BASE)/image.iso47 $(MAKE) -C arch/$(BARCH)/loader clean 48 rm -fr $(TMP) 49 rm -f $(BASE)/image.iso
Note:
See TracChangeset
for help on using the changeset viewer.