From: Bernhard Fischer <rep.dot.nop@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] PATCH [2/2] update x11r7 packages to use NAME_PREFIX when calling AUTOTARGETS
Date: Fri, 28 Sep 2007 22:45:35 +0200 [thread overview]
Message-ID: <20070928204535.GY20951@aon.at> (raw)
In-Reply-To: <20070928203734.GX20951@aon.at>
On Fri, Sep 28, 2007 at 10:37:34PM +0200, Bernhard Fischer wrote:
>On Sat, Sep 29, 2007 at 12:24:25AM +0300, Ivan Kuten wrote:
>>Hello,
>>
>>The second patch updates x11r7 packages to use NAME_PREFIX when calling AUTOTARGETS:
>>
>>----------------------------------
>>
>>Index: package/x11r7/xdriver_xf86-video-via/xdriver_xf86-video-via.mk
>>===================================================================
>>--- package/x11r7/xdriver_xf86-video-via/xdriver_xf86-video-via.mk (revision 20086)
>>+++ package/x11r7/xdriver_xf86-video-via/xdriver_xf86-video-via.mk (working copy)
>>@@ -10,4 +10,4 @@
>> XDRIVER_XF86_VIDEO_VIA_AUTORECONF = YES
>> XDRIVER_XF86_VIDEO_VIA_DEPENDENCIES = xserver_xorg-server libdrm xlib_libX11 xlib_libXvMC xproto_fontsproto xproto_glproto xproto_randrproto xproto_renderproto xproto_xextproto xproto_xf86driproto
>>xproto_xproto
>>
>>-$(eval $(call AUTOTARGETS,xdriver_xf86-video-via))
>>+$(eval $(call AUTOTARGETS,xdriver_xf86-video-via,x11r7))
>
>Oh, and it would be more intuitive -- at least for me -- if you would
>prepend the DIR_PREFIX, as in
>
>>-$(eval $(call AUTOTARGETS,xdriver_xf86-video-via))
->>+$(eval $(call AUTOTARGETS,x11r7,xdriver_xf86-video-via))
+>>+$(eval $(call AUTOTARGETS,package/x11r7,xdriver_xf86-video-via))
>
>, please.
and strip the "package/" part off the macro.
next prev parent reply other threads:[~2007-09-28 20:45 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-28 21:24 [Buildroot] PATCH [2/2] update x11r7 packages to use NAME_PREFIX when calling AUTOTARGETS Ivan Kuten
2007-09-28 20:37 ` Bernhard Fischer
2007-09-28 20:45 ` Bernhard Fischer [this message]
2007-09-28 23:31 ` [Buildroot] PATCH [2/2] try2: " Ivan Kuten
2007-09-29 9:58 ` Bernhard Fischer
2007-09-28 21:47 ` [Buildroot] PATCH [2/2] " Ivan Kuten
2007-09-28 20:47 ` Bernhard Fischer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070928204535.GY20951@aon.at \
--to=rep.dot.nop@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.