Skip to content

Commit 8fb3c86

Browse files
committed
Makefile has execute permissions set in git
1 parent ac7cc48 commit 8fb3c86

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ local.properties
4848
.settings/
4949
.loadpath
5050

51-
affinity/src/main/c/Makefile
52-
5351
### Queue files
5452
*.cq4t
5553
*.cq4

affinity/pom.xml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -109,28 +109,6 @@
109109
</configuration>
110110
</plugin>
111111

112-
<!-- TODO make git remember that the file should be executable -->
113-
<plugin>
114-
<artifactId>maven-antrun-plugin</artifactId>
115-
<version>1.7</version>
116-
<executions>
117-
<execution>
118-
<id>build-native</id>
119-
<phase>process-classes</phase>
120-
<goals>
121-
<goal>run</goal>
122-
</goals>
123-
<configuration>
124-
<target>
125-
<property name="makefile" value="${project.basedir}/${native.source.dir}/Makefile" />
126-
<!-- make it executable -->
127-
<chmod file="${makefile}" perm="u+x" />
128-
</target>
129-
</configuration>
130-
</execution>
131-
</executions>
132-
</plugin>
133-
134112
<plugin>
135113
<groupId>org.codehaus.mojo</groupId>
136114
<artifactId>exec-maven-plugin</artifactId>

0 commit comments

Comments
 (0)