Changes in uspace/lib/posix/Makefile [bc56f30:ea4910b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/Makefile
rbc56f30 rea4910b 41 41 ../hound/libhound.a \ 42 42 ../pcm/libpcm.a \ 43 ../cpp/libcpp.a \44 43 $(LIBC_PREFIX)/libc.a \ 45 44 $(LIBC_PREFIX)/crt0.o \ … … 97 96 $(COMMON_CFLAGS) 98 97 99 EXPORT_CXXFLAGS = \100 $(COMMON_CXXFLAGS)101 102 98 include $(USPACE_PREFIX)/Makefile.common 103 99 … … 113 109 echo 'HELENOS_CPPFLAGS="$(EXPORT_CPPFLAGS)"' >> $@.new 114 110 echo 'HELENOS_CFLAGS="$(EXPORT_CFLAGS)"' >> $@.new 115 echo 'HELENOS_CXXFLAGS="$(EXPORT_C XXFLAGS)"' >> $@.new111 echo 'HELENOS_CXXFLAGS="$(EXPORT_CFLAGS)"' >> $@.new 116 112 echo 'HELENOS_LDFLAGS="$(EXPORT_LDFLAGS)"' >> $@.new 117 113 echo 'HELENOS_LDLIBS="$(EXPORT_LDLIBS)"' >> $@.new … … 150 146 mkdir -p $(EXPORT_DIR)/include.new/libpcm 151 147 cp -r -L -t $(EXPORT_DIR)/include.new/libpcm ../pcm/include/* 152 mkdir -p $(EXPORT_DIR)/include.new/libcpp153 cp -r -L -t $(EXPORT_DIR)/include.new/libcpp ../cpp/include/*154 148 mv $(EXPORT_DIR)/include.new $(EXPORT_DIR)/include
Note:
See TracChangeset
for help on using the changeset viewer.