This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Vhex-Kernel-Core
/
fxlibc
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix minor bugs.
master
Yatis
3 months ago
parent
47e79813d9
commit
0a997affd5
3 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.gitignore
+1
-1
configure
+1
-1
make/Makefile.default
+ 1
- 0
.gitignore
View File
@ -1,2 +1,3 @@
build
*.txt
script
+ 1
- 1
configure
View File
@ -201,7 +201,7 @@ if ! test $src; then
echo "error: target makefile ($src) does not exist !" >&2
exit 1
fi
[ $dst ] && [ "$(readlink $dst)" =
=
$src ] && rm $dst
[
-e "
$dst
"
] && [ "$(readlink $dst)" =
"
$src
"
] && rm $dst
ln -s $src $dst
+ 1
- 1
make/Makefile.default
View File
@ -35,7 +35,7 @@
#---
MAJOR
:=
0
MINOR
:=
3
PATCH
:=
1
PATCH
:=
2
EXTRAVERSION
:=
Write
Preview
Loading…
Cancel
Save