summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFrans Pop <fjp@debian.org>2007-11-13 11:36:44 (GMT)
committerFrans Pop <fjp@debian.org>2007-11-13 11:36:44 (GMT)
commiteae4f2582e21a1c6b266e78592fdc52d14caf0a8 (patch)
tree6ca87e8aba1a321c2cbe4660c1f4273661443831 /Makefile
parent9ceb341b602c7a61164ab285f5ba66ba2fe5b29d (diff)
downloaddebootstrap-eae4f2582e21a1c6b266e78592fdc52d14caf0a8.zip
debootstrap-eae4f2582e21a1c6b266e78592fdc52d14caf0a8.tar.gz
debootstrap-eae4f2582e21a1c6b266e78592fdc52d14caf0a8.tar.bz2
Make debootstrap-udeb 'Architecture: all'
For this to be possible, the utility pkgdetails is moved from debootstrap to base-installer r50114
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile18
1 files changed, 2 insertions, 16 deletions
diff --git a/Makefile b/Makefile
index 69f790a..f6c2856 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,3 @@
-CC=gcc
-CFLAGS=-Wall -W -O2
-
# avoid dpkg-dev dependency; fish out the version with sed
VERSION := $(shell sed 's/.*(\(.*\)).*/\1/; q' debian/changelog)
@@ -8,10 +5,9 @@ ARCH := $(shell dpkg --print-architecture)
MAKEDEV := $(shell if [ -e /dev/MAKEDEV ]; then echo /dev/MAKEDEV; else echo /sbin/MAKEDEV; fi)
-all: pkgdetails devices.tar.gz debootstrap-arch
+all: devices.tar.gz
clean:
- rm -f pkgdetails pkgdetails.o devices.tar.gz
- rm -f debootstrap-arch
+ rm -f devices.tar.gz
rm -rf dev
DSDIR=$(DESTDIR)/usr/lib/debootstrap
@@ -36,16 +32,6 @@ install:
install -o root -g root -m 0644 devices.tar.gz $(DSDIR)/
-install-udeb: install
- install -o root -g root -m 0755 pkgdetails $(DSDIR)/
- install -o root -g root -m 0644 debootstrap-arch $(DSDIR)/arch
-
-pkgdetails: pkgdetails.o
- $(CC) -o $@ $^
-
-debootstrap-arch:
- echo $(ARCH) >debootstrap-arch
-
devices.tar.gz:
rm -rf dev
mkdir -p dev