From 5cba5d0f6f1ebea768d29ee77980be59f70f4351 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Mon, 11 Jan 2016 17:50:21 -0800 Subject: [PATCH 1/2] Remove unnecessary cleanup code --- makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/makefile b/makefile index b12bca2..af8f374 100644 --- a/makefile +++ b/makefile @@ -125,27 +125,22 @@ LDC_SERVER_FLAGS := -Icontainers/src\ dmdclient: githash mkdir -p bin - rm -f libdparse/src/std/allocator.d ${DMD} ${CLIENT_SRC} ${DMD_CLIENT_FLAGS} dmdserver: githash mkdir -p bin - rm -f libdparse/src/std/allocator.d ${DMD} ${SERVER_SRC} ${DMD_SERVER_FLAGS} debugserver: githash mkdir -p bin - rm -f libdparse/src/std/allocator.d ${DMD} ${SERVER_SRC} ${DEBUG_SERVER_FLAGS} gdcclient: githash mkdir -p bin - rm -f libdparse/src/std/allocator.d ${GDC} ${CLIENT_SRC} ${GDC_CLIENT_FLAGS} gdcserver: githash mkdir -p bin - rm -f libdparse/src/std/allocator.d ${GDC} ${SERVER_SRC} ${GDC_SERVER_FLAGS} ldcclient: githash From 196579d8ba2a0d893c635c487ede7d670a6903c5 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Mon, 11 Jan 2016 17:50:29 -0800 Subject: [PATCH 2/2] Update dparse --- libdparse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdparse b/libdparse index 389a84b..d928584 160000 --- a/libdparse +++ b/libdparse @@ -1 +1 @@ -Subproject commit 389a84bc743556d4c984af569ddebd7048dbda05 +Subproject commit d928584e9e05bb003d1e378aa921899010b0a670