/[fai]/trunk/Makefile
ViewVC logotype

Diff of /trunk/Makefile

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

revision 388 by lange, Mon Mar 5 17:23:11 2001 UTC revision 389 by lange, Fri Mar 9 12:29:14 2001 UTC
# Line 4  DESTDIR=$(shell pwd)/debian/tmp Line 4  DESTDIR=$(shell pwd)/debian/tmp
4  DEB_HOST_ARCH=$(MACHTYPE)  DEB_HOST_ARCH=$(MACHTYPE)
5  DOCDIR=/usr/share/doc/fai  DOCDIR=/usr/share/doc/fai
6  LIBDIR = $(DESTDIR)/usr/lib/fai  LIBDIR = $(DESTDIR)/usr/lib/fai
7  SCRIPTS = rcS_fai setup_harddisks install_packages faireboot start-stop-daemon dhclient-perl dhclient-script  SCRIPTS = rcS_fai setup_harddisks install_packages faireboot start-stop-daemon dhclient-perl dhclient-script fcopy mount2target
8  SBIN_SCRIPTS = make-fai-nfsroot make-fai-bootfloppy fai-setup fcopy  SBIN_SCRIPTS = make-fai-nfsroot make-fai-bootfloppy fai-setup fcopy
9  CONFFILES= apt.conf dhclient.conf  CONFFILES= apt.conf dhclient.conf
10    
# Line 21  install: Line 21  install:
21  #       $(MAKE) -C kernel install LIBDIR=$(LIBDIR)  #       $(MAKE) -C kernel install LIBDIR=$(LIBDIR)
22          $(MAKE) -C doc install DOCDIR=$(DOCDIR)          $(MAKE) -C doc install DOCDIR=$(DOCDIR)
23          cd scripts ; install $(SBIN_SCRIPTS) $(DESTDIR)/usr/sbin          cd scripts ; install $(SBIN_SCRIPTS) $(DESTDIR)/usr/sbin
24          cd scripts ; install $(SCRIPTS) fcopy $(LIBDIR)/sbin          cd scripts ; install $(SCRIPTS) $(LIBDIR)/sbin
25          install -m644 lib/subroutines $(DESTDIR)/usr/share/fai          install -m644 lib/subroutines $(DESTDIR)/usr/share/fai
26          install -m644 lib/Fai.pm $(DESTDIR)/usr/lib/perl5/Debian          install -m644 lib/Fai.pm $(DESTDIR)/usr/lib/perl5/Debian
27          cd conf ; install -m644 $(CONFFILES) $(LIBDIR)/etc/          cd conf ; install -m644 $(CONFFILES) $(LIBDIR)/etc/

Legend:
Removed from v.388  
changed lines
  Added in v.389

  ViewVC Help
Powered by ViewVC 1.1.5