We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daaa4e9 commit 88f513bCopy full SHA for 88f513b
Makefile
@@ -137,7 +137,6 @@ now=\"$(shell date +"%Y-%m-%d\ %H:%M")\"
137
$(TARGET): vssBuild.c++ $(OBJSRV) $(SUBDIRS) stk4/stk.a
138
@set -e; for i in $(SUBDIRS); do ( $(MAKE) -s -C $$i | grep -v 'Nothing to be done for' || true ); done
139
$(CC) -o $@ $(CFLAGS) -D__TIMESTAMP_ISO8601__=$(now) vssBuild.c++ $(OBJSRV) $(SUBLIBS) $(VSSLIBS) $(LDFLAGS)
140
- -@chmod a+rx $@
141
ifeq "$(PLATFORMBASE)" "VSS_IRIX"
142
strip -fs $@
143
endif
Rules.make
@@ -9,7 +9,6 @@ all: $(DSO)
9
10
$(DSO): $(OBJS)
11
$(AR) r $@ $(OBJS)
12
- -@chmod a+r $@
13
14
clean_dso:
15
-rm -f $(DSO) $(OBJS)
0 commit comments