comparison Makefile.in @ 4698:62d71f1bb5f5

dont strip notepad++ files (Bug #53854) * Makefile.in: add GREP var * binary-dist-rules.mk: remove notepad++ files from strip list
author John Donoghue
date Wed, 16 May 2018 10:38:15 -0400
parents 9288b72977a1
children a92a6988fae7
comparison
equal deleted inserted replaced
4697:90fa244bd63a 4698:62d71f1bb5f5
204 PKG_MIRROR := s3.amazonaws.com/mxe-pkg 204 PKG_MIRROR := s3.amazonaws.com/mxe-pkg
205 PKG_CDN := d1yihgixbnrglp.cloudfront.net 205 PKG_CDN := d1yihgixbnrglp.cloudfront.net
206 206
207 SHELL := @SHELL@ 207 SHELL := @SHELL@
208 208
209 GREP ?= grep
209 INSTALL := $(shell ginstall --help >/dev/null 2>&1 && echo g)install 210 INSTALL := $(shell ginstall --help >/dev/null 2>&1 && echo g)install
210 PATCH := $(shell gpatch --help >/dev/null 2>&1 && echo g)patch 211 PATCH := $(shell gpatch --help >/dev/null 2>&1 && echo g)patch
211 SED := $(shell gsed --help >/dev/null 2>&1 && echo g)sed 212 SED := $(shell gsed --help >/dev/null 2>&1 && echo g)sed
212 SORT := $(shell gsort --help >/dev/null 2>&1 && echo g)sort 213 SORT := $(shell gsort --help >/dev/null 2>&1 && echo g)sort
213 ## The --compression option for wget is new in 1.19.2 and now without 214 ## The --compression option for wget is new in 1.19.2 and now without