]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
btrfs-progs: Clean naoki-makefile.
authorSchantl Stefan <Stevee@ipfire.org>
Fri, 19 Mar 2010 14:14:23 +0000 (15:14 +0100)
committerSchantl Stefan <Stevee@ipfire.org>
Fri, 19 Mar 2010 14:14:23 +0000 (15:14 +0100)
pkgs/core/btrfs-progs/btrfs-progs.nm

index cb3812d6211a97824d0a1b5d0383b7c775ad31f8..0955f8df92b29d5e279e8885a53f2315ab2717a7 100644 (file)
@@ -43,14 +43,6 @@ endef
 
 PKG_TARBALL    = $(THISAPP).tar.bz2
 
-###############################################################################
-# Installation Details
-###############################################################################
-
-define STAGE_BUILD
-       cd $(DIR_APP) && make CFLAGS="$(CFLAGS)" $(PARALLELISMFLAGS)
-endef
-
-define STAGE_INSTALL
-       cd $(DIR_APP) && make bindir=$(BUILDROOT)/sbin mandir=$(BUILDROOT)/usr/share install
-endef
+STAGE_INSTALL_TARGET += \
+       bindir=$(BUILDROOT)/sbin \
+       mandir=$(BUILDROOT)/usr/share