Magellan Linux

Diff of /tags/mkinitrd-6_1_12/Makefile

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

revision 546 by niro, Sat Sep 1 23:54:23 2007 UTC revision 548 by niro, Sun Sep 2 00:09:41 2007 UTC
# Line 13  SUBDIRS = nash grubby livecd isolinux Line 13  SUBDIRS = nash grubby livecd isolinux
13  #SUBDIRS += loadinitrd  #SUBDIRS += loadinitrd
14  #endif  #endif
15    
16    OPTCFLAGS = $(CFLAGS)
17    
18  mandir = usr/share/man  mandir = usr/share/man
19  docdir = usr/share/doc/mkinitrd-$(VERSION)  docdir = usr/share/doc/mkinitrd-$(VERSION)
20    
# Line 24  all: Line 26  all:
26    
27    
28  test: all  test: all
29   cd grubby; make test   for i in grubby busybox klibc; do make -C $$i test; done
30    
31  install:  install:
32   for n in $(SUBDIRS); do make -C $$n install DESTDIR=$(DESTDIR); done   for n in $(SUBDIRS); do make -C $$n install DESTDIR=$(DESTDIR); done

Legend:
Removed from v.546  
changed lines
  Added in v.548