We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7f98cc commit 81a3396Copy full SHA for 81a3396
Makefile.sdk
@@ -254,7 +254,6 @@ bdist: ext-eggs compile
254
install-bdist: bdist
255
@echo "--- Install built distribution for $(APP_NAME) at $(INSTALL_DIR)"
256
@# Check that INSTALL_DIR is empty
257
- @echo "Prakash $(BDIST_DIR)/ $(INSTALL_DIR)"
258
@if [ -n '$(wildcard $(INST_DIR_ENV)/*)' ] ; then \
259
echo 'ERROR: $(INST_DIR_ENV) not empty. Cowardly refusing to continue.' ; \
260
false ; \
0 commit comments