Changeset 3c9fc94 for Makefile


Ignore:
Timestamp:
06/03/15 10:23:56 (9 years ago)
Author:
Hal Finkel <hfinkel@…>
Branches:
master
Children:
9f07fa4
Parents:
4c51931
git-author:
Hal Finkel <hfinkel@…> (06/03/15 10:23:56)
git-committer:
Hal Finkel <hfinkel@…> (06/03/15 10:23:56)
Message:

add ld cmds file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r4598848 r3c9fc94  
    2020install: all memlog_analyze README 
    2121        cp -a libmemlog.so memlog_s.o memlog_analyze README $(DESTDIR)/ 
     22        echo '-Wl,--wrap,malloc,--wrap,valloc,--wrap,realloc,--wrap,calloc,--wrap,memalign,--wrap,free,--wrap,posix_memalign,--wrap,mmap,--wrap,mmap64,--wrap,munmap $(DESTDIR)/memlog_s.o -lpthread -ldl' > $(DESTDIR)/memlog_s_ld_cmds 
    2223 
    2324clean: 
Note: See TracChangeset for help on using the changeset viewer.