From eae4f2582e21a1c6b266e78592fdc52d14caf0a8 Mon Sep 17 00:00:00 2001 From: Frans Pop Date: Tue, 13 Nov 2007 11:36:44 +0000 Subject: Make debootstrap-udeb 'Architecture: all' For this to be possible, the utility pkgdetails is moved from debootstrap to base-installer r50114 --- Makefile | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3