]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- new_target_cpu is for kernel headers only
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 17 Nov 2003 10:18:19 +0000 (10:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glibc.spec -> 1.375

glibc.spec

index 7cc051bb151115e0b2ee86467e766d36ffcb0dc3..95c1a451447c3fd56f9bbd8c76383eadab5611f7 100644 (file)
@@ -886,7 +886,7 @@ BuildGlibc() {
 }
 
 # Build main glibc
-BuildGlibc "%{new_target_cpu}"
+BuildGlibc "%{_target_cpu}"
 
 %if %{with_biarch}
 %ifarch x86_64
@@ -901,7 +901,7 @@ install -d $RPM_BUILD_ROOT{/etc/{logrotate.d,rc.d/init.d,sysconfig},%{_mandir}/m
 
 _headers_dir=`pwd`/usr/include; export _headers_dir;
 
-cd builddir-%{new_target_cpu}
+cd builddir-%{_target_cpu}
 
 env LANGUAGE=C LC_ALL=C \
 %{__make} install \
This page took 0.038938 seconds and 4 git commands to generate.