Skip to content

Commit 2c4d561

Browse files
committed
Change Makefile for compatibility with OS X
1 parent 5962df2 commit 2c4d561

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "ARM_CMSIS"]
2-
path = module
2+
path = CMSIS
33
url = git@github.com:ARM-software/CMSIS.git

module renamed to CMSIS

Submodule CMSIS updated from 0000000 to 8c0e1a9

Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ PACKAGE_VERSION := 4.5.0
3030

3131
# -----------------------------------------------------------------------------
3232
# packaging specific
33-
PACKAGE_FOLDER := module
33+
PACKAGE_FOLDER := CMSIS
3434

3535
ifeq (postpackaging,$(findstring $(MAKECMDGOALS),postpackaging))
3636
PACKAGE_FILENAME=$(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.bz2
@@ -49,16 +49,14 @@ endif
4949
all: clean print_info
5050
@echo ----------------------------------------------------------
5151
@echo "Packaging module."
52-
tar --transform "s|module|$(PACKAGE_NAME)-$(PACKAGE_VERSION)|g" \
53-
--exclude=./.gitattributes \
52+
tar --exclude=./.gitattributes \
5453
--exclude=./.travis.yml \
5554
--exclude=CMSIS/index.html \
5655
--exclude=CMSIS/Documentation \
5756
--exclude=CMSIS/Pack \
5857
--exclude=CMSIS/Utilities \
5958
--exclude=CMSIS/DSP_Lib/Examples \
6059
--exclude=Device/ARM/Documents \
61-
--exclude-vcs \
6260
-cjf "$(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.bz2" "$(PACKAGE_FOLDER)"
6361
$(MAKE) --no-builtin-rules postpackaging -C .
6462
@echo ----------------------------------------------------------

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy