Skip to content

Commit

Permalink
Merge pull request #4692 from CyberShadow/pull-20150530-153836
Browse files Browse the repository at this point in the history
posix.mak: Add DELETE_ON_ERROR
  • Loading branch information
DmitryOlshansky committed Jun 14, 2015
2 parents ca9bbd6 + 564361f commit 58b3055
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions posix.mak
Expand Up @@ -30,3 +30,5 @@ install: all
cp -r samples $(INSTALL_DIR)
mkdir -p $(INSTALL_DIR)/man
cp -r docs/man/* $(INSTALL_DIR)/man/

.DELETE_ON_ERROR: # GNU Make directive (delete output files on error)
4 changes: 4 additions & 0 deletions src/posix.mak
Expand Up @@ -582,3 +582,7 @@ DSRC= $(GENSRC) $(MANUALSRC)

ddmd: mars.d $(MANUALSRC) newdelete.o glue.a backend.a $(HOST_DC)
CC=$(HOST_CC) $(HOST_DC_RUN) $(MODEL_FLAG) $(DSRC) -ofddmd newdelete.o glue.a backend.a -vtls -J.. -d $(DFLAGS)

#############################

.DELETE_ON_ERROR: # GNU Make directive (delete output files on error)

0 comments on commit 58b3055

Please sign in to comment.