Changeset 5
- Timestamp:
- 04/14/10 15:20:09 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/initrd_source/initrd.rul
r4 r5 70 70 include $(INITRD_DIR)/make.d/sysvinit.rul 71 71 include $(INITRD_DIR)/make.d/udev.rul 72 include $(INITRD_DIR)/make.d/udpcast.rul73 72 74 73 PHONY += build_dir … … 127 126 $(RSYNC_DIR).install \ 128 127 $(BITTORRENT_DIR).install \ 129 $(CX_FREEZE_BINARY) \ 130 $(UDPCAST_BINARY) 128 $(CX_FREEZE_BINARY) 131 129 132 133 # Copy over other binaries.134 cp -a $(UDPCAST_BINARY) $(INITRD_BUILD_DIR)/bin135 130 136 131 # Copy over the standard libs. -BEF- … … 240 235 $(INITRD_SRC_DIR)/$(MODUTILS_TARBALL) \ 241 236 $(INITRD_SRC_DIR)/$(MODULE_INIT_TOOLS_TARBALL) \ 242 $(INITRD_SRC_DIR)/$(RSYNC_TARBALL) \ 243 $(INITRD_SRC_DIR)/$(UDPCAST_TARBALL) 237 $(INITRD_SRC_DIR)/$(RSYNC_TARBALL) 244 238 245 239 PHONY += build_dir_clean
Note: See TracChangeset
for help on using the changeset viewer.