aboutsummaryrefslogtreecommitdiffstats
path: root/config/tgz.am
diff options
context:
space:
mode:
Diffstat (limited to 'config/tgz.am')
-rw-r--r--config/tgz.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/config/tgz.am b/config/tgz.am
index 4a8491401..2499ba423 100644
--- a/config/tgz.am
+++ b/config/tgz.am
@@ -10,17 +10,14 @@ tgz-local:
fi)
tgz-kmod: tgz-local rpm-kmod
-if CONFIG_KERNEL
name=${PACKAGE}; \
version=${VERSION}-${RELEASE}; \
arch=`$(RPM) -qp $${name}-kmod-$${version}.src.rpm --qf %{arch} | tail -1`; \
pkg1=kmod-$${name}*$${version}.$${arch}.rpm; \
fakeroot $(ALIEN) --scripts --to-tgz $$pkg1; \
$(RM) $$pkg1
-endif
tgz-utils: tgz-local rpm-utils
-if CONFIG_USER
name=${PACKAGE}; \
version=${VERSION}-${RELEASE}; \
arch=`$(RPM) -qp $${name}-$${version}.src.rpm --qf %{arch} | tail -1`; \
@@ -29,6 +26,5 @@ if CONFIG_USER
pkg3=$${name}-test-$${version}.$${arch}.rpm; \
fakeroot $(ALIEN) --scripts --to-tgz $$pkg1 $$pkg2 $$pkg3; \
$(RM) $$pkg1 $$pkg2 $$pkg3
-endif
tgz: tgz-kmod tgz-utils