Re: [PATCH] Makefile Cleanup Pt 2
Re: [PATCH] Makefile Cleanup Pt 2
- Subject: Re: [PATCH] Makefile Cleanup Pt 2
- From: Jeremy Huddleston <email@hidden>
- Date: Mon, 12 Nov 2007 12:35:55 -0800
Thanks Peter.
Here's the updated patch to the build system which now adds 'make
clean' support to clear out the xcode projects build directories. So
in summary:
launcher was missing from 'make dist'
quartz was not in 'make dist' unless --enable-quartz was set in
configure
make clean removes {launcher,apple}/build
fixed $(prefixdir) to $(prefix)
X11.app now installs with mode u+w since I was getting annoyed with
having to fix that each time.
Attachment:
X11-Makefile-Cleanup.patch
Description: Binary data
On Nov 12, 2007, at 6:26 AM, Peter O'Gorman wrote:
Jeremy Huddleston wrote:
Ok, here's the correct one... doesn't do the 'make clean' since I
couldn't figure out the right way to hook into automake's clean
target
for removing directories. CLEANFILES does files but not dirs, and
there's no clean-hook target.
I believe you can have a clean-local: target.
You can 'make distcheck' to test that you've got stuff clean.
Peter
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden