Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] pkg-infra: fix missing 3993 for AUTOTARGET's SUBDIR
@ 2012-01-21 21:52 Arnout Vandecappelle
  2012-01-22 22:21 ` Peter Korsgaard
  0 siblings, 1 reply; 4+ messages in thread
From: Arnout Vandecappelle @ 2012-01-21 21:52 UTC (permalink / raw)
  To: buildroot

From: "Arnout Vandecappelle (Essensium/Mind)" <arnout@mind.be>

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
---
 package/Makefile.autotools.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in
index cf1e8ef..fd118dc 100644
--- a/package/Makefile.autotools.in
+++ b/package/Makefile.autotools.in
@@ -93,7 +93,7 @@ $(2)_CLEAN_OPT			?= clean
 $(2)_UNINSTALL_STAGING_OPT	?= DESTDIR=$$(STAGING_DIR) uninstall
 $(2)_UNINSTALL_TARGET_OPT	?= DESTDIR=$$(TARGET_DIR)  uninstall
 
-$(2)_SRCDIR                     = $$($(2)_DIR)/$($(2)_SUBDIR)
+$(2)_SRCDIR                     = $$($(2)_DIR)/$$($(2)_SUBDIR)
 
 #
 # Configure step. Only define it if not already defined by the package
-- 
1.7.8.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] pkg-infra: fix missing 3993 for AUTOTARGET's SUBDIR
  2012-01-21 21:52 [Buildroot] [PATCH] pkg-infra: fix missing 3993 for AUTOTARGET's SUBDIR Arnout Vandecappelle
@ 2012-01-22 22:21 ` Peter Korsgaard
  2012-01-23 20:07   ` Arnout Vandecappelle
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Korsgaard @ 2012-01-22 22:21 UTC (permalink / raw)
  To: buildroot

>>>>> "Arnout" == Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> writes:

 Arnout> From: "Arnout Vandecappelle (Essensium/Mind)" <arnout@mind.be>
 Arnout> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

That isn't really a good commit message, but I adjusted that and
committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] pkg-infra: fix missing 3993 for AUTOTARGET's SUBDIR
  2012-01-22 22:21 ` Peter Korsgaard
@ 2012-01-23 20:07   ` Arnout Vandecappelle
  2012-01-24 10:53     ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Arnout Vandecappelle @ 2012-01-23 20:07 UTC (permalink / raw)
  To: buildroot

On Sunday 22 January 2012 23:21:39 Peter Korsgaard wrote:
> >>>>> "Arnout" == Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> writes:
> 
>  Arnout> From: "Arnout Vandecappelle (Essensium/Mind)" <arnout@mind.be>
>  Arnout> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
> 
> That isn't really a good commit message, but I adjusted that and
> committed, thanks.

 The 3993 is a $$ which got expanded to the shell's PID.  So no my shell's 
PID is saved in history for eternity :-)

 Regards,
 Arnout

-- 
Arnout Vandecappelle                               arnout at mind be
Senior Embedded Software Architect                 +32-16-286540
Essensium/Mind                                     http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium                BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] pkg-infra: fix missing 3993 for AUTOTARGET's SUBDIR
  2012-01-23 20:07   ` Arnout Vandecappelle
@ 2012-01-24 10:53     ` Thomas Petazzoni
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2012-01-24 10:53 UTC (permalink / raw)
  To: buildroot

Le Mon, 23 Jan 2012 21:07:48 +0100,
Arnout Vandecappelle <arnout@mind.be> a ?crit :

>  The 3993 is a $$ which got expanded to the shell's PID.  So no my
> shell's PID is saved in history for eternity :-)

Ah, ah :-) I was wondering what was the meaning of this 3993 number :)

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-01-24 10:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-21 21:52 [Buildroot] [PATCH] pkg-infra: fix missing 3993 for AUTOTARGET's SUBDIR Arnout Vandecappelle
2012-01-22 22:21 ` Peter Korsgaard
2012-01-23 20:07   ` Arnout Vandecappelle
2012-01-24 10:53     ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox