summaryrefslogtreecommitdiff
path: root/rules/jflex/0001-build.xml-fix-clean-target.patch
blob: f1ccf209e941f7f7cd4b5d73ce7a83bc3d6cf2d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From e703449d06c591338a9d5b21249295e3adb3e43c Mon Sep 17 00:00:00 2001
From: Luke Shumaker <LukeShu@sbcglobal.net>
Date: Wed, 4 Jun 2014 22:35:35 -0400
Subject: [PATCH 1/3] build.xml: fix 'clean' target

---
 build.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.xml b/build.xml
index 6e829ed..b4a5124 100644
--- a/build.xml
+++ b/build.xml
@@ -59,6 +59,7 @@
           description="complete build from scratch (clean jar)"/>
 
   <target name="clean" description="remove all generated and compiled files">
+    <mkdir dir="${build.dir}"/>
     <delete includeemptydirs="true">
       <fileset dir="${build.dir}" includes="**/*"/>
     </delete>
-- 
2.0.0