Changeset a4e3976 in mainline for uspace/Makefile.common


Ignore:
Timestamp:
2017-11-01T17:05:20Z (6 years ago)
Author:
jzr <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
52a7f238
Parents:
b63b02e
Message:

Fix minor issues in a makefile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile.common

    rb63b02e ra4e3976  
    5454#
    5555# Optionally, for a libary:
    56 #   SLIBRARY           Name with full version, e.g. libfoo.so.0.0 
     56#   SLIBRARY           Name with full version, e.g. libfoo.so.0.0
    5757#   LSONAME            Soname / name with short version, e.g. libfoo.so.0
    5858#
     
    9494                LOUTPUT = $(SLIBRARY)
    9595                EXTRA_OUTPUT += $(LOUTPUT).disasm $(LIBRARY).so $(LSONAME)
    96                 EXTRA_CLEAN += $(LOUTPUT).map $(LOUTPUT).ldisasm \
     96                EXTRA_CLEAN += $(LOUTPUT).map $(LOUTPUT).disasm \
    9797                    $(LIBC_PREFIX)/shared/arch/$(UARCH)/_lib.ld \
    9898                    $(LIBRARY).so $(LSONAME)
     
    220220endif
    221221
    222 .PHONY: all clean depend
     222.PHONY: all all-test clean depend
    223223
    224224all: $(VERSION_DEF) $(COMMON_MAKEFILE) $(CONFIG_MAKEFILE) $(CONFIG_HEADER) $(LIBS) $(OUTPUT) $(LOUTPUT) $(EXTRA_OUTPUT)
Note: See TracChangeset for help on using the changeset viewer.