Magellan Linux

Diff of /trunk/mkinitrd-magellan/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1135 by niro, Thu Aug 19 08:26:49 2010 UTC revision 1136 by niro, Thu Aug 19 10:09:56 2010 UTC
# Line 24  all: Line 24  all:
24   # use linux sources from default path, not the installed kernel   # use linux sources from default path, not the installed kernel
25   ln -snf $(LINUX_SOURCES) klibc/linux   ln -snf $(LINUX_SOURCES) klibc/linux
26   make -C klibc   make -C klibc
27     # force chmod +x for scripts in busybox
28     chmod +x busybox/scripts/*.sh
29   make -C busybox defconfig   make -C busybox defconfig
30   make -C busybox   make -C busybox
31   sed 's:%VERSIONTAG%:$(VERSION):' < mkinitrd.in > mkinitrd   sed 's:%VERSIONTAG%:$(VERSION):' < mkinitrd.in > mkinitrd

Legend:
Removed from v.1135  
changed lines
  Added in v.1136