Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 422838 Details for
Bug 571790
[x11 overlay] xcb-util-cursor multilib build (make wont chase down shape_to_id.gperf)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Change make dependency to auto-construct "$<"
t1 (text/plain), 488 bytes, created by
Robert White
on 2016-01-13 22:01:47 UTC
(
hide
)
Description:
Change make dependency to auto-construct "$<"
Filename:
MIME Type:
Creator:
Robert White
Created:
2016-01-13 22:01:47 UTC
Size:
488 bytes
patch
obsolete
>diff --git a/cursor/Makefile.am b/cursor/Makefile.am >index 3e92189..1f54ae1 100644 >--- a/cursor/Makefile.am >+++ b/cursor/Makefile.am >@@ -21,7 +21,7 @@ GPERFFLAGS = --includes --struct-type --language=ANSI-C --switch=1 > CLEANFILES = shape_to_id.c > > shape_to_id.c: shape_to_id.gperf >- $(AM_V_GEN)if $(GPERF) $(GPERFFLAGS) shape_to_id.gperf >$@t; then \ >+ $(AM_V_GEN)if $(GPERF) $(GPERFFLAGS) $< >$@t; then \ > mv $@t $@; \ > elif $(GPERF) --version >/dev/null 2>&1; then \ > rm $@t; \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 571790
: 422838