Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
b9008b0e
Commit
b9008b0e
authored
Jan 28, 2007
by
serg@janus.mylan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUILD scripts: s/(dist)?clean/maintainer-clean/
parent
30d927da
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
19 additions
and
11 deletions
+19
-11
BUILD/FINISH.sh
BUILD/FINISH.sh
+1
-1
BUILD/compile-alpha-ccc
BUILD/compile-alpha-ccc
+3
-1
BUILD/compile-alpha-cxx
BUILD/compile-alpha-cxx
+3
-1
BUILD/compile-alpha-debug
BUILD/compile-alpha-debug
+3
-1
BUILD/compile-dist
BUILD/compile-dist
+1
-1
BUILD/compile-hpux11-parisc2-aCC
BUILD/compile-hpux11-parisc2-aCC
+1
-1
BUILD/compile-ia64-debug-max
BUILD/compile-ia64-debug-max
+1
-1
BUILD/compile-irix-mips64-mipspro
BUILD/compile-irix-mips64-mipspro
+1
-1
BUILD/compile-pentium-pgcc
BUILD/compile-pentium-pgcc
+3
-1
BUILD/compile-solaris-sparc-forte
BUILD/compile-solaris-sparc-forte
+1
-1
BUILD/compile-solaris-sparc-purify
BUILD/compile-solaris-sparc-purify
+1
-1
No files found.
BUILD/FINISH.sh
View file @
b9008b0e
...
...
@@ -4,7 +4,7 @@ extra_configs="$extra_configs $local_infile_configs"
configure
=
"./configure
$base_configs
$extra_configs
"
commands
=
"
\
$make
-k
dist
clean || true
$make
-k
maintainer-
clean || true
/bin/rm -rf */.deps/*.P configure config.cache storage/*/configure storage/*/config.cache autom4te.cache storage/*/autom4te.cache;
path=
`
dirname
$0
`
...
...
BUILD/compile-alpha-ccc
View file @
b9008b0e
#! /bin/sh
/bin/rm
-f
*
/.deps/
*
.P
*
/
*
.o
make -k clean
make
-k
maintainer-
clean
/bin/rm
-f
*
/.deps/
*
.P
*
/
*
.o
/bin/rm
-f
config.cache mysql-
*
.tar.gz
...
...
BUILD/compile-alpha-cxx
View file @
b9008b0e
#! /bin/sh
/bin/rm
-f
*
/.deps/
*
.P
*
/
*
.o
make -k clean
make
-k
maintainer-
clean
/bin/rm
-f
*
/.deps/
*
.P
*
/
*
.o
/bin/rm
-f
*
/.deps/
*
.P config.cache storage/innobase/config.cache mysql-
*
.tar.gz
...
...
BUILD/compile-alpha-debug
View file @
b9008b0e
#! /bin/sh
/bin/rm
-f
*
/.deps/
*
.P
*
/
*
.o
make -k clean
make
-k
maintainer-
clean
/bin/rm
-f
*
/.deps/
*
.P
*
/
*
.o
/bin/rm
-f
*
/.deps/
*
.P config.cache storage/innobase/config.cache mysql-
*
.tar.gz
...
...
BUILD/compile-dist
View file @
b9008b0e
...
...
@@ -6,7 +6,7 @@
# tree can then be picked up by "make dist" to create the "pristine source
# package" that is used as the basis for all other binary builds.
#
test
-f
Makefile
&&
make
dist
clean
test
-f
Makefile
&&
make
maintainer-
clean
(
cd
storage/innobase
&&
aclocal
&&
autoheader
&&
\
libtoolize
--automake
--force
--copy
&&
\
automake
--force
--add-missing
--copy
&&
autoconf
)
...
...
BUILD/compile-hpux11-parisc2-aCC
View file @
b9008b0e
...
...
@@ -61,7 +61,7 @@ done
set
-x
make
dist
clean
make
maintainer-
clean
path
=
`
dirname
$0
`
.
"
$path
/autorun.sh"
...
...
BUILD/compile-ia64-debug-max
View file @
b9008b0e
gmake -k clean || true
gmake -k
maintainer-
clean || true
/bin/rm -f */.deps/*.P config.cache storage/innobase/config.cache
path=`dirname $0`
...
...
BUILD/compile-irix-mips64-mipspro
View file @
b9008b0e
...
...
@@ -33,7 +33,7 @@ else
fi
set
-x
make
dist
clean
make
maintainer-
clean
path
=
`
dirname
$0
`
.
"
$path
/autorun.sh"
...
...
BUILD/compile-pentium-pgcc
View file @
b9008b0e
#! /bin/sh
AM_MAKEFLAGS
=
"-j 2"
gmake -k clean || true
gmake
-k
maintainer-
clean
||
true
/bin/rm
-f
*
/.deps/
*
.P config.cache
path
=
`
dirname
$0
`
...
...
BUILD/compile-solaris-sparc-forte
View file @
b9008b0e
#! /bin/sh
gmake
-k
clean
||
true
gmake
-k
maintainer-
clean
||
true
/bin/rm
-f
*
/.deps/
*
.P config.cache
path
=
`
dirname
$0
`
...
...
BUILD/compile-solaris-sparc-purify
View file @
b9008b0e
...
...
@@ -31,7 +31,7 @@ do
shift
done
gmake
-k
clean
||
true
gmake
-k
maintainer-
clean
||
true
/bin/rm
-f
*
/.deps/
*
.P config.cache
path
=
`
dirname
$0
`
...
...
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