Changeset d92060f in mainline for uspace/lib/pcut/update-from-master.sh
- Timestamp:
- 2018-05-02T16:31:14Z (7 years ago)
- Children:
- cbc02a77
- Parents:
- 924786bf
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-05-02 16:05:44)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-05-02 16:31:14)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/pcut/update-from-master.sh
r924786bf rd92060f 80 80 81 81 test-libpcut-%: $(LIBRARY).a 82 $(CC) $(CFLAGS) $(LDFLAGS) - T $(LINKER_SCRIPT) -o $@ $(STARTUP) $^ $(LIBRARY).a $(BASE_LIBS)82 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(STARTUP_OBJECT) $^ $(LIBRARY).a $(BASE_LIBS) 83 83 84 84 EOF_MAKEFILE_TAIL
Note:
See TracChangeset
for help on using the changeset viewer.