* [Buildroot] Problems with recent zcat changes
@ 2006-10-01 18:02 Scott Reese
2006-10-01 18:37 ` Bernhard Fischer
0 siblings, 1 reply; 3+ messages in thread
From: Scott Reese @ 2006-10-01 18:02 UTC (permalink / raw)
To: buildroot
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Greetings:
I think that the zcat changes over the last few days have caused some
problems in the makefile. The newest buildroot fails to build the
skeleton directories correctly.
The Makefile should be changed to reference BR2_ZCAT instead of ZCAT:
107c107
< $(ZCAT) $(TARGET_SKELETON) | tar -C $(BUILD_DIR) -xf -; \
- ---
> $(BR2_ZCAT) $(TARGET_SKELETON) | tar -C $(BUILD_DIR) -xf
- -; \
- -Scott
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFFIAJuS7FYdPX6+iYRAmcNAJ9IIC8f9tn1ObDR5soVsXVzCFRRPgCdHIxF
hoYF5fYVStfctq4vxlQMUOQ=
=uvcB
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] Problems with recent zcat changes
2006-10-01 18:02 [Buildroot] Problems with recent zcat changes Scott Reese
@ 2006-10-01 18:37 ` Bernhard Fischer
2006-10-01 19:00 ` Scott Reese
0 siblings, 1 reply; 3+ messages in thread
From: Bernhard Fischer @ 2006-10-01 18:37 UTC (permalink / raw)
To: buildroot
On Sun, Oct 01, 2006 at 02:02:09PM -0400, Scott Reese wrote:
>-----BEGIN PGP SIGNED MESSAGE-----
>Hash: SHA1
>
>Greetings:
>
>I think that the zcat changes over the last few days have caused some
>problems in the makefile. The newest buildroot fails to build the
>skeleton directories correctly.
No idea why that hunk wasn't checked in.
Added now as r16285, it looked like:
Index: package/Makefile.in
===================================================================
--- package/Makefile.in (revision 16280)
+++ package/Makefile.in (working copy)
@@ -8,6 +8,8 @@
#"
SVN:=$(strip $(subst ",, $(BR2_SVN)))
#"
+ZCAT:=$(strip $(subst ",, $(BR2_ZCAT)))
+#"
TAR_OPTIONS=$(subst ",, $(BR2_TAR_OPTIONS)) -xf
#"
Ok now?
>
>The Makefile should be changed to reference BR2_ZCAT instead of ZCAT:
>
>107c107
>< $(ZCAT) $(TARGET_SKELETON) | tar -C $(BUILD_DIR) -xf -; \
>- ---
>> $(BR2_ZCAT) $(TARGET_SKELETON) | tar -C $(BUILD_DIR) -xf
>- -; \
>
>- -Scott
>-----BEGIN PGP SIGNATURE-----
>Version: GnuPG v1.4.2.2 (GNU/Linux)
>Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
>iD8DBQFFIAJuS7FYdPX6+iYRAmcNAJ9IIC8f9tn1ObDR5soVsXVzCFRRPgCdHIxF
>hoYF5fYVStfctq4vxlQMUOQ=
>=uvcB
>-----END PGP SIGNATURE-----
>_______________________________________________
>buildroot mailing list
>buildroot at uclibc.org
>http://busybox.net/mailman/listinfo/buildroot
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] Problems with recent zcat changes
2006-10-01 18:37 ` Bernhard Fischer
@ 2006-10-01 19:00 ` Scott Reese
0 siblings, 0 replies; 3+ messages in thread
From: Scott Reese @ 2006-10-01 19:00 UTC (permalink / raw)
To: buildroot
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Bernhard Fischer wrote:
> On Sun, Oct 01, 2006 at 02:02:09PM -0400, Scott Reese wrote:
> Greetings:
>
> I think that the zcat changes over the last few days have caused some
> problems in the makefile. The newest buildroot fails to build the
> skeleton directories correctly.
>
>> No idea why that hunk wasn't checked in.
>
>> Added now as r16285, it looked like:
>> Index: package/Makefile.in
>> ===================================================================
>> --- package/Makefile.in (revision 16280)
>> +++ package/Makefile.in (working copy)
>> @@ -8,6 +8,8 @@
>> #"
>> SVN:=$(strip $(subst ",, $(BR2_SVN)))
>> #"
>> +ZCAT:=$(strip $(subst ",, $(BR2_ZCAT)))
>> +#"
>> TAR_OPTIONS=$(subst ",, $(BR2_TAR_OPTIONS)) -xf
>> #"
>
>> Ok now?
> The Makefile should be changed to reference BR2_ZCAT instead of ZCAT:
>
> 107c107
> < $(ZCAT) $(TARGET_SKELETON) | tar -C $(BUILD_DIR) -xf -; \
> ---
>>>> $(BR2_ZCAT) $(TARGET_SKELETON) | tar -C $(BUILD_DIR) -xf
> -; \
>
> -Scott
That seems to have fixed it. Thanks.
- -Scott
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD4DBQFFIBAGS7FYdPX6+iYRAr9mAJ9GhU4UKlMrrEC0hTPRMDn2pTYzmwCWIbWm
xpcHj7rGhUNQZiYRipQuUQ==
=YSWs
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-10-01 19:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-01 18:02 [Buildroot] Problems with recent zcat changes Scott Reese
2006-10-01 18:37 ` Bernhard Fischer
2006-10-01 19:00 ` Scott Reese
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox