/[d-i]/trunk/build/Makefile
ViewVC logotype

Diff of /trunk/build/Makefile

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

revision 718 by tfheen, Sat Jun 22 13:16:31 2002 UTC revision 752 by walters, Mon Jul 29 06:45:06 2002 UTC
# Line 16  ifeq "$(architecture)" "i386" Line 16  ifeq "$(architecture)" "i386"
16  KVERS=2.4.18  KVERS=2.4.18
17  FLAVOUR=386  FLAVOUR=386
18  endif  endif
19    ifeq "$(architecture)" "powerpc"
20    KVERS=2.4.18
21    FLAVOUR=powerpc
22    endif
23    
24  # The type of system to build. Determines what udebs are unpacked into  # The type of system to build. Determines what udebs are unpacked into
25  # the system. See the .list files for various types. You may want to  # the system. See the .list files for various types. You may want to
# Line 109  APT_GET=apt-get --assume-yes \ Line 113  APT_GET=apt-get --assume-yes \
113          -o Dir::Cache=$(CWD)$(APTDIR)/cache          -o Dir::Cache=$(CWD)$(APTDIR)/cache
114    
115  # Get the list of udebs to install. Comments are allowed in the lists.  # Get the list of udebs to install. Comments are allowed in the lists.
116  UDEBS=$(shell grep --no-filename -v ^\# lists/base lists/$(TYPE) | sed 's/$${kernel:Version}/$(KVERS)/g' | sed 's/$${kernel:Flavour}/$(FLAVOUR)/g') $(EXTRAS)  UDEBS=$(shell grep --no-filename -v ^\# lists/base lists/$(TYPE) `if [ -d lists/$(architecture) ]; then echo lists/$(architecture); fi` | sed 's/$${kernel:Version}/$(KVERS)/g' | sed 's/$${kernel:Flavour}/$(FLAVOUR)/g') $(EXTRAS)
117    
118  DPKGDIR=$(TREE)/var/lib/dpkg  DPKGDIR=$(TREE)/var/lib/dpkg
119  TEMP=./tmp  TEMP=./tmp

Legend:
Removed from v.718  
changed lines
  Added in v.752

  ViewVC Help
Powered by ViewVC 1.1.5