Closed Bug 1258014 Opened 8 years ago Closed 8 years ago

Makefile git-export find command syntax switching for regexType on Ubuntu Linux

Categories

(Hello (Loop) :: Client, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: crafuse, Assigned: crafuse)

References

Details

User Story

As a developer I would like to export to gecko-dev locally on Linux platforms.

Attachments

(1 file)

Makefile git-export find command fails on:

find -E ../gecko-dev/browser/extensions/loop -type f ! -regex \
	  '.*/(moz.build|README.txt|.gitignore|run-all-loop-tests.sh|manifest.ini)' -delete
find: unknown predicate `-E'

OS syntax switching will be needed for regextype on Linux

-regextype posix-extended
Comment on attachment 8732963 [details] [review]
[loop] chrafuse:bug-1258014-makefile-git-export-find-command-syntax-switching-regextype-linux > mozilla:master

Makefile find command for Linux git-export
Attachment #8732963 - Flags: review?(standard8)
Comment on attachment 8732963 [details] [review]
[loop] chrafuse:bug-1258014-makefile-git-export-find-command-syntax-switching-regextype-linux > mozilla:master

r=Standard8 with the tab/space issues fixed.
Attachment #8732963 - Flags: review?(standard8) → review+
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Blocks: 1260811
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: