Project

General

Profile

« Previous | Next » 

Revision 4136

lib/common.Makefile: Added $(wildcard/) (needed because builtin $(wildcard) doesn't do / suffix correctly)

View differences:

common.Makefile
21 21
*2Space = $(call _2Space,$*)
22 22

  
23 23
# Filesystem
24
wildcard/ = $(shell echo $(1)|grep -vF '*')# emulate `shopt -s nullglob`
25
    # needed because builtin $(wildcard) doesn't do / suffix correctly
24 26
CP := cp -p
25 27
cp = $(CP) $< $@
26 28

  

Also available in: Unified diff