We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4671c commit 673c67aCopy full SHA for 673c67a
avrdude.build.bash
@@ -24,10 +24,6 @@ tar xfv avrdude-6.3.tar.gz
24
25
cd avrdude-6.3
26
for p in ../avrdude-patches/*.patch; do echo Applying $p; patch -p0 < $p; done
27
-#if [[ `uname -s` != CYGWIN* && `uname -s` != MINGW* ]]
28
-#then
29
-# for p in ../avrdude-patches/*.patch.optional; do echo Applying $p; patch -p0 < $p; done
30
-#fi
31
autoreconf --force --install
32
./bootstrap
33
cd -
0 commit comments