We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
chmod -w
1 parent e7fbfaa commit dc9d9e1Copy full SHA for dc9d9e1
src/cuda-sim/Makefile
@@ -124,7 +124,7 @@ $(OUTPUT_DIR)/instructions.h: instructions.cc
124
@echo "#define instructions_h_included" >> $*.h
125
@cat $< | grep "_impl(" | sed 's/{.*//' | sed 's/$$/;/' >> $*.h
126
@echo "#endif" >> $*.h
127
- @chmod -w $*.h
+ @chmod a-w $*.h
128
@echo "created $(OUTPUT_DIR)/instructions.h"
129
130
$(OUTPUT_DIR)/ptx_parser_decode.def: $(OUTPUT_DIR)/ptx.tab.c
0 commit comments