[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] libxl: prefix *.for-check with _ to mark it as a generated file.
# HG changeset patch # User Ian Campbell <ian.campbell@xxxxxxxxxx> # Date 1343984045 -3600 # Node ID a3cfa3666857ada79c3fad002a41e382568332b6 # Parent 1de861eb86540eae6fbd84fb903875573d8907ae libxl: prefix *.for-check with _ to mark it as a generated file. Keeps it out of my greps etc. Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Committed-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- diff -r 1de861eb8654 -r a3cfa3666857 .hgignore --- a/.hgignore Fri Aug 03 09:54:04 2012 +0100 +++ b/.hgignore Fri Aug 03 09:54:05 2012 +0100 @@ -187,7 +187,7 @@ ^tools/libxl/testidl\.c$ ^tools/libxl/tmp\..*$ ^tools/libxl/.*\.new$ -^tools/libxl/libxl\.api-for-check +^tools/libxl/_libxl\.api-for-check ^tools/libvchan/vchan-node[12]$ ^tools/libaio/src/.*\.ol$ ^tools/libaio/src/.*\.os$ diff -r 1de861eb8654 -r a3cfa3666857 tools/libxl/Makefile --- a/tools/libxl/Makefile Fri Aug 03 09:54:04 2012 +0100 +++ b/tools/libxl/Makefile Fri Aug 03 09:54:05 2012 +0100 @@ -114,10 +114,10 @@ all: $(CLIENTS) libxenlight.so libxenlig genpath-target = $(call buildmakevars2file,_paths.h.tmp) $(eval $(genpath-target)) -libxl.api-ok: check-libxl-api-rules libxl.api-for-check +libxl.api-ok: check-libxl-api-rules _libxl.api-for-check $(PERL) $^ -%.api-for-check: %.h +_%.api-for-check: %.h $(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_$*.o) -c -E $< $(APPEND_CFLAGS) \ -DLIBXL_EXTERNAL_CALLERS_ONLY=LIBXL_EXTERNAL_CALLERS_ONLY \ >$@.new @@ -210,7 +210,7 @@ install: all .PHONY: clean clean: $(RM) -f _*.h *.o *.so* *.a $(CLIENTS) $(DEPS) - $(RM) -f _*.c *.pyc _paths.*.tmp *.api-for-check + $(RM) -f _*.c *.pyc _paths.*.tmp _*.api-for-check $(RM) -f testidl.c.new testidl.c # $(RM) -f $(AUTOSRCS) $(AUTOINCS) _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |