- Timestamp:
- 2011-12-10T08:29:44Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d9f8dd13
- Parents:
- b8b1e631 (diff), 87955bfb (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. - Location:
- boot
- Files:
-
- 2 edited
-
Makefile.common (modified) (1 diff)
-
Makefile.grub (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.common
rb8b1e631 r30413b31 179 179 $(USPACE_PATH)/app/nettest1/nettest1 \ 180 180 $(USPACE_PATH)/app/nettest2/nettest2 \ 181 $(USPACE_PATH)/app/nettest3/nettest3 \ 181 182 $(USPACE_PATH)/app/netecho/netecho \ 182 183 $(USPACE_PATH)/app/ping/ping \ -
boot/Makefile.grub
rb8b1e631 r30413b31 89 89 echo " $(MULTIBOOT_CMD) /boot/$$module" >> $(BOOT_CONFIG) ; \ 90 90 else \ 91 echo " $(MODULE_CMD) /boot/$$module " >> $(BOOT_CONFIG) ; \91 echo " $(MODULE_CMD) /boot/$$module /boot/$$module" >> $(BOOT_CONFIG) ; \ 92 92 fi \ 93 93 done
Note:
See TracChangeset
for help on using the changeset viewer.
