Index: config.mk
===================================================================
--- config.mk (revision 40)
+++ config.mk (revision 41)
@@ -6,7 +6,7 @@
#######
-DOWNLOAD_SERVER = ftp://ftp.radix-linux.su
+DOWNLOAD_SERVER = https://ftp.radix-linux.su
WGET_OPTIONS = -q -N
Index: downloads_clean
===================================================================
--- downloads_clean (revision 40)
+++ downloads_clean (revision 41)
@@ -59,7 +59,7 @@
sub process_clean
{
- return if( ! $File::Find::dir =~ m/$top_dir\/sources/ );
+ return if( !($File::Find::dir =~ m/$top_dir/) );
# add directory which contains 'Makefile' too.
if( $_ eq "Makefile" ) { do_clean_list( $File::Find::dir ); }
@@ -83,7 +83,7 @@
{
die "\nTop: $top_dir: is not a directory\n\n";
}
-if( ! $top_dir =~ m/^\// )
+if( !($top_dir =~ m/^\//) )
{
die "\nTop: $top_dir: is not absolute path\n\n";
}
Index: tree_clean
===================================================================
--- tree_clean (revision 40)
+++ tree_clean (revision 41)
@@ -97,7 +97,7 @@
{
die "\nTop: $top_dir: is not a directory\n\n";
}
-if( ! $top_dir =~ m/^\// )
+if( !($top_dir =~ m/^\//) )
{
die "\nTop: $top_dir: is not absolute path\n\n";
}
Index: .
===================================================================
--- . (revision 40)
+++ . (revision 41)
Property changes on: .
___________________________________________________________________
Modified: svn:ignore
## -1,12 +1,15 ##
# Target build dirs
-.noarch/
-.host/
+.noarch
+.host
-.s8xx-newlib/
+.s8xx-newlib
# Hidden files (each file)
.makefile
+.src_requires
+.src_requires_depend
+.dist
# Tarballs
*.gz