Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
lemonldap-ng
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Maxime Besson
lemonldap-ng
Commits
76c404da
Commit
76c404da
authored
Feb 12, 2019
by
Clément OUDOT
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove node_modules when creating dist
parent
2f81f4b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Makefile
Makefile
+3
-3
No files found.
Makefile
View file @
76c404da
...
...
@@ -1011,18 +1011,18 @@ manager_uninstall: manager
dist
:
clean
@
mkdir
-p
lemonldap-ng-
$(VERSION)
@
cp
-pRH
$$
(
find
*
-maxdepth
0|grep
-v
-e
"
\(
lemonldap-ng-
$(VERSION)
\|
debian
\|
rpm
\)
"
)
lemonldap-ng-
$(VERSION)
@
rm
-rf
$$
(
find lemonldap-ng-
$(VERSION)
-name
.svn
-print
)
@
find
$$
dir
-name
'*.bak'
-delete
@
rm
-rf
lemonldap-ng-
$(VERSION)
/lemonldap-ng-
$(VERSION)
@
rm
-rf
lemonldap-ng-
$(VERSION)
/node_modules
@
$(COMPRESS)
lemonldap-ng-
$(VERSION)
.
$(COMPRESSSUFFIX)
lemonldap-ng-
$(VERSION)
@
rm
-rf
lemonldap-ng-
$(VERSION)
rpm-dist
:
clean
@
mkdir
-p
lemonldap-ng-
$(VERSION)
@
cp
-pRH
$$
(
find
*
-maxdepth
0|grep
-v
-e
"
\(
lemonldap-ng-
$(VERSION)
\|
debian
\)
"
)
lemonldap-ng-
$(VERSION)
@
rm
-rf
$$
(
find lemonldap-ng-
$(VERSION)
-name
.svn
-print
)
@
find
$$
dir
-name
'*.bak'
-delete
@
rm
-rf
lemonldap-ng-
$(VERSION)
/lemonldap-ng-
$(VERSION)
@
rm
-rf
lemonldap-ng-
$(VERSION)
/node_modules
@
$(COMPRESS)
lemonldap-ng-
$(VERSION)
.
$(COMPRESSSUFFIX)
lemonldap-ng-
$(VERSION)
@
rm
-rf
lemonldap-ng-
$(VERSION)
...
...
@@ -1030,13 +1030,13 @@ rpm-dist: clean
debian-dist
:
clean
@
mkdir
-p
lemonldap-ng-
$(VERSION)
@
cp
-pRH
$$
(
find
*
-maxdepth
0|grep
-v
-e
"
\(
lemonldap-ng-
$(VERSION)
\|
rpm
\)
"
)
lemonldap-ng-
$(VERSION)
@
rm
-rf
$$
(
find lemonldap-ng-
$(VERSION)
-name
.svn
-print
)
@
find
$$
dir
-name
'*.bak'
-delete
@
cp
lemonldap-ng-
$(VERSION)
/_example/etc/handler-apache2.X.conf lemonldap-ng-
$(VERSION)
/_example/etc/handler-apache2.conf
@
cp
lemonldap-ng-
$(VERSION)
/_example/etc/manager-apache2.X.conf lemonldap-ng-
$(VERSION)
/_example/etc/manager-apache2.conf
@
cp
lemonldap-ng-
$(VERSION)
/_example/etc/portal-apache2.X.conf lemonldap-ng-
$(VERSION)
/_example/etc/portal-apache2.conf
@
cp
lemonldap-ng-
$(VERSION)
/_example/etc/test-apache2.X.conf lemonldap-ng-
$(VERSION)
/_example/etc/test-apache2.conf
@
rm
-rf
lemonldap-ng-
$(VERSION)
/lemonldap-ng-
$(VERSION)
@
rm
-rf
lemonldap-ng-
$(VERSION)
/node_modules
@
$(COMPRESS)
lemonldap-ng_
$(VERSION)
.orig.
$(COMPRESSSUFFIX)
lemonldap-ng-
$(VERSION)
@
rm
-rf
lemonldap-ng-
$(VERSION)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment