Displaying 3 results from an estimated 3 matches for "_clean_".
Did you mean:
_clean
2012 Mar 19
3
What is a clean WINEPREFIX?
Hi All,
I am getting:
> wine: cannot find L"C:\\windows\\system32\\wineboot.exe"
> err:process:start_wineboot failed to start wineboot, err 2
And am being told to:
> Use a _clean_ WINEPREFIX for installation.
And, also being told to ask you guys what the above means.
Many thanks,
-T
2006 Oct 17
2
[PATCH] as fixes for Solaris
...iff --git a/config/SunOS.mk b/config/SunOS.mk
--- a/config/SunOS.mk
+++ b/config/SunOS.mk
@@ -35,4 +35,6 @@ CFLAGS += -g
CFLAGS += -g
endif
+CAFLAGS = -Wa,--divide
+
CONFIG_MBOOTPACK_OS = n
diff --git a/xen/Rules.mk b/xen/Rules.mk
--- a/xen/Rules.mk
+++ b/xen/Rules.mk
@@ -99,10 +99,10 @@ _clean_%/: FORCE
$(MAKE) -f $(BASEDIR)/Rules.mk -C $* clean
%.o: %.c $(HDRS) Makefile
- $(CC) $(CFLAGS) -c $< -o $@
+ $(CC) $(CFLAGS) $(CAFLAGS) -c $< -o $@
%.o: %.S $(HDRS) Makefile
- $(CC) $(CFLAGS) $(AFLAGS) -c $< -o $@
+ $(CC) $(CFLAGS) $(CAFLAGS) $(AFLAGS) -c $< -o $@
%.i: %.c $...
2005 Mar 22
18
[PATCH] tools top level makefile cleanup
I cleaned up the top level makefile in the tools directory. No major
changes. Except I have it so that ioemmu is compiled only with x86_32.
Signed-off-by: Jerone Young <jyoung5@us.ibm.com>
--- tools/Makefile.orig 2005-03-17 21:03:44.000000000 -0600
+++ tools/Makefile 2005-03-22 15:05:20.000000000 -0600
@@ -1,37 +1,33 @@
+XEN_ROOT = ../
+include $(XEN_ROOT)/tools/Rules.mk
-all:
-