| 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 |
| 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 |