aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2012-09-20 10:28:13 -0400
committerLuke Dashjr <luke-jr+git@utopios.org>2012-10-09 18:07:44 +0000
commit3d6adbe71a5504d77e78a8ffad5f91d11a32c065 (patch)
tree8fb4df4acd68665d24b0700382fa21a24daf4520 /src
parentfe26948b7956059933800db4a1badfbc3052e277 (diff)
downloadbitcoin-3d6adbe71a5504d77e78a8ffad5f91d11a32c065.tar.xz
Update gitignore and Makefiles for build.h move from src/ to src/obj
Diffstat (limited to 'src')
-rw-r--r--src/makefile.linux-mingw2
-rw-r--r--src/makefile.mingw1
-rw-r--r--src/makefile.osx2
-rw-r--r--src/makefile.unix2
4 files changed, 3 insertions, 4 deletions
diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw
index e746424a33..a6f676af04 100644
--- a/src/makefile.linux-mingw
+++ b/src/makefile.linux-mingw
@@ -97,6 +97,6 @@ clean:
-rm -f bitcoind.exe
-rm -f obj-test/*.o
-rm -f test_bitcoin.exe
- -rm -f src/build.h
+ -rm -f obj/build.h
FORCE:
diff --git a/src/makefile.mingw b/src/makefile.mingw
index 842b3c67ec..2addb0c2b2 100644
--- a/src/makefile.mingw
+++ b/src/makefile.mingw
@@ -87,4 +87,3 @@ clean:
-del /Q bitcoind test_bitcoin
-del /Q obj\*
-del /Q obj-test\*
- -del /Q build.h
diff --git a/src/makefile.osx b/src/makefile.osx
index 16a0edfe82..17cbce74ac 100644
--- a/src/makefile.osx
+++ b/src/makefile.osx
@@ -141,6 +141,6 @@ clean:
-rm -f obj-test/*.o
-rm -f obj/*.P
-rm -f obj-test/*.P
- -rm -f src/build.h
+ -rm -f obj/build.h
FORCE:
diff --git a/src/makefile.unix b/src/makefile.unix
index 4d8f48143c..316cd19dd3 100644
--- a/src/makefile.unix
+++ b/src/makefile.unix
@@ -148,6 +148,6 @@ clean:
-rm -f obj-test/*.o
-rm -f obj/*.P
-rm -f obj-test/*.P
- -rm -f src/build.h
+ -rm -f obj/build.h
FORCE: