mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 02:33:33 +00:00
Fix clean command to clean in /shared when that is used.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3449 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ddd575101d
commit
f8d630a0fa
@ -351,7 +351,7 @@ $(BUILD_ROOT)/Debug/%.o: %.cpp $(BUILD_ROOT)/Debug/.dir
|
|||||||
|
|
||||||
# Clean nukes the tree
|
# Clean nukes the tree
|
||||||
clean::
|
clean::
|
||||||
rm -rf Debug Release Depend
|
rm -rf $(BUILD_ROOT)/Debug $(BUILD_ROOT)/Release $(BUILD_ROOT)/Depend
|
||||||
rm -f core *.o *.d *.so *~ *.flc
|
rm -f core *.o *.d *.so *~ *.flc
|
||||||
|
|
||||||
# If dependancies were generated for the file that included this file,
|
# If dependancies were generated for the file that included this file,
|
||||||
|
@ -351,7 +351,7 @@ $(BUILD_ROOT)/Debug/%.o: %.cpp $(BUILD_ROOT)/Debug/.dir
|
|||||||
|
|
||||||
# Clean nukes the tree
|
# Clean nukes the tree
|
||||||
clean::
|
clean::
|
||||||
rm -rf Debug Release Depend
|
rm -rf $(BUILD_ROOT)/Debug $(BUILD_ROOT)/Release $(BUILD_ROOT)/Depend
|
||||||
rm -f core *.o *.d *.so *~ *.flc
|
rm -f core *.o *.d *.so *~ *.flc
|
||||||
|
|
||||||
# If dependancies were generated for the file that included this file,
|
# If dependancies were generated for the file that included this file,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user