Commit 3e4423ce authored by Tres Seaver's avatar Tres Seaver

'bin' is no longer a build-time artifact.

parent 82893c92
...@@ -93,7 +93,6 @@ testinst: instance ...@@ -93,7 +93,6 @@ testinst: instance
# uninstance: Remove the instance files made by testinstance (w/ prejudice) # uninstance: Remove the instance files made by testinstance (w/ prejudice)
uninstance: uninstance:
${RMRF} "${BASE_DIR}/bin"
${RMRF} "${BASE_DIR}/etc" ${RMRF} "${BASE_DIR}/etc"
${RMRF} "${BASE_DIR}/import" ${RMRF} "${BASE_DIR}/import"
${RMRF} "${BASE_DIR}/log" ${RMRF} "${BASE_DIR}/log"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment