summaryrefslogtreecommitdiff
path: root/xmake/rules/wdk/package/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2019-06-13 00:26:32 +0800
committerruki <[email protected]>2019-06-12 20:39:14 +0800
commit34b1fe79cfa33e2e185a520e05b3d7c8d70dd01c (patch)
treebc4a00d2adce8da3137adaf4b3e54741b86531d0 /xmake/rules/wdk/package/xmake.lua
parentbf7331c60d83218fbf58431a7d757420549b60fa (diff)
improve clean action
Diffstat (limited to 'xmake/rules/wdk/package/xmake.lua')
-rw-r--r--xmake/rules/wdk/package/xmake.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/rules/wdk/package/xmake.lua b/xmake/rules/wdk/package/xmake.lua
index 829022dc3..180268af5 100644
--- a/xmake/rules/wdk/package/xmake.lua
+++ b/xmake/rules/wdk/package/xmake.lua
@@ -46,9 +46,6 @@ rule("wdk.package.cab")
-- the .ddf file
local ddfile = os.tmpfile(target:targetfile()) .. ".ddf"
- -- add clean files
- target:data_add("wdk.cleanfiles", ddfile)
-
-- trace progress info
if option.get("verbose") then
cprint("${dim magenta}packaging %s", packagefile)